Searched refs:measurements (Results 1 – 2 of 2) sorted by relevance
23 // Represents what is the expected directionality of the measurements26 // of the list of measurements has a desired pattern that we can refer too for55 // Represents a list of string measurements60 // Represents a list of numeric measurements65 // Represents a list of float measurements70 // Represents the full metric: The measurements and its metadata72 // The measurements73 Measurements measurements = 1; field75 // The Unit of the measurements.78 // The Directionality of the measurements[all …]
230 List<File> measurements = coverageListener.getCoverageFiles(); in run() local232 File report = generateCoverageReport(measurements, format); in run()