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

Holds data about a previous code quality run (test run, linting, etc). More...

+ Inheritance diagram for TestMetrics:

Public Member Functions

def __init__
 

Public Attributes

 lineCoverage
 
 branchCoverage
 
 complexity
 

Detailed Description

Holds data about a previous code quality run (test run, linting, etc).

Constructor & Destructor Documentation

def __init__ (   self,
  lineCoverage,
  branchCoverage,
  complexity 
)

Member Data Documentation

branchCoverage
complexity
lineCoverage

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