Vigilance
A simple tool for enforcing code quality metrics on a codebase
 All Classes Namespaces Files Functions Variables Groups
PackageUnderTest Class Reference

Represents a single package from a test coverage report. More...

+ Inheritance diagram for PackageUnderTest:

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

 name
 

Detailed Description

Represents a single package from a test coverage report.

Constructor & Destructor Documentation

def __init__ (   self,
  name,
  lineCoverage = 0,
  branchCoverage = 0,
  complexity = 0 
)

Member Function Documentation

def __eq__ (   self,
  other 
)
def __hash__ (   self)
def identifier (   self)

Member Data Documentation

name

The documentation for this class was generated from the following file: