Represents a single file from a test coverage report. More...
Inheritance diagram for FileUnderTest:Public Member Functions | |
| def | __init__ |
| def | identifier |
| def | __eq__ |
| def | __hash__ |
Public Member Functions inherited from QualityItem | |
| def | __init__ |
| def | metrics |
| Returns the quality metrics for the QualityItem. More... | |
| def | identifier |
| Returns a string identifier for the item under test. More... | |
Public Attributes | |
| filePath | |
Represents a single file from a test coverage report.
| def __init__ | ( | self, | |
| filePath, | |||
lineCoverage = 0, |
|||
branchCoverage = 0, |
|||
complexity = 0 |
|||
| ) |
| def __eq__ | ( | self, | |
| other | |||
| ) |
| def __hash__ | ( | self | ) |
| def identifier | ( | self | ) |
| filePath |