This document contains the code coverage results for .
|
|
This document contains the code coverage results for .
|
|
Classes |
com.instantiations.example.account | 100.0% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
Account.java | 6 | 100% | 100% | 100% |
com.instantiations.example.customer | 81.0% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
Customer.java | 10 | 100% | 100% | 100% |
CustomerUsage.java | 11 | 64% | 64% | 66% |
com.instantiations.example.miscellaneous | 94.1% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
BranchingCode.java | 55 | 98% | 98% | 98% |
MappingCode.java | 6 | 100% | 100% | 100% |
Point3D.java | 7 | 100% | 100% | 100% |
Samples.java | 50 | 88% | 88% | 92% |
com.instantiations.example.money | 91.4% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
Money.java | 29 | 79% | 77% | 86% |
MoneyBag.java | 76 | 96% | 94% | 97% |
com.instantiations.example.pattern | 100.0% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
Priority.java | 19 | 100% | 100% | 100% |
com.instantiations.example.rental | 81.2% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
CarRental.java | 32 | 81% | 75% | 83% |
com.instantiations.example.stack | 100.0% coverage |
Name | Executable Lines | Line Coverage | Block Coverage | Instruction Coverage |
---|---|---|---|---|
DBCStack.java | 19 | 100% | 100% | 100% |
SimpleStack.java | 19 | 100% | 100% | 100% |