A class that contains information about a covered resource. A count can be give for lines, branches, and declarations in a file.

Constructor

new(covered:Int, total:Int)

@link TestCoverageCount.covered} @link TestCoverageCount.total}

Parameters:

covered

Value for {

total

Value for {

Variables

covered:Int

Number of items covered in the file.

total:Int

Total number of covered items in the file.