TestCoverageCount

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

Online Documentation

Constructors

Link copied to clipboard
constructor(covered: Int, total: Int)

Properties

Link copied to clipboard

Number of items covered in the file.

Link copied to clipboard
var total: Int

Total number of covered items in the file.