Home
last modified time | relevance | path

Searched refs:readCoverage (Results 1 – 19 of 19) sorted by relevance

/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/engine/
H A DPytestTestEngine.php57 $coverage_report = $this->readCoverage($cover_tmp);
66 public function readCoverage($path) { function in PytestTestEngine
H A DNoseTestEngine.php119 $coverage = $this->readCoverage($cover_tmp, $source_path);
128 public function readCoverage($cover_file, $source_path) { function in NoseTestEngine
H A DCSharpToolsTestEngine.php156 return $this->readCoverage($cover_file);
216 public function readCoverage($cover_file) { function in CSharpToolsTestEngine
/dports/devel/arcanist/arcanist-b2e715f/src/unit/engine/
H A DPytestTestEngine.php57 $coverage_report = $this->readCoverage($cover_tmp);
66 public function readCoverage($path) { function in PytestTestEngine
H A DNoseTestEngine.php119 $coverage = $this->readCoverage($cover_tmp, $source_path);
128 public function readCoverage($cover_file, $source_path) { function in NoseTestEngine
H A DCSharpToolsTestEngine.php156 return $this->readCoverage($cover_file);
216 public function readCoverage($cover_file) { function in CSharpToolsTestEngine
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/rnaseq/
H A DGeneExpressionEvaluationIntegrationTest.java146 … final Map<Gff3BaseData, GeneExpressionEvaluation.Coverage> coverageMap1 = readCoverage(file1); in assertResultsEquivalent()
147 … final Map<Gff3BaseData, GeneExpressionEvaluation.Coverage> coverageMap2 = readCoverage(file2); in assertResultsEquivalent()
170 …private Map<Gff3BaseData, GeneExpressionEvaluation.Coverage> readCoverage(final Path file) throws … in readCoverage() method in GeneExpressionEvaluationIntegrationTest
/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/parser/
H A DArcanistPhpunitTestResultParser.php33 $coverage = $this->readCoverage();
110 private function readCoverage() { function in ArcanistPhpunitTestResultParser
/dports/devel/arcanist/arcanist-b2e715f/src/unit/parser/
H A DArcanistPhpunitTestResultParser.php33 $coverage = $this->readCoverage();
110 private function readCoverage() { function in ArcanistPhpunitTestResultParser
/dports/cad/verilator/verilator-4.216/src/
H A DVlcTop.h58 void readCoverage(const string& filename, bool nonfatal = false);
H A DVlcMain.cpp125 for (const auto& filename : readFiles) top.readCoverage(filename); in main()
H A DVlcTop.cpp27 void VlcTop::readCoverage(const string& filename, bool nonfatal) { in readCoverage() function in VlcTop
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DgraphStats.h30 Coordinate readCoverage(Node * node);
H A DgraphStats.c375 Coordinate readCoverage(Node * node) in readCoverage() function
501 readCoverage(node) / in displayGeneralStatistics()
926 (getTotalCoverage(node) + readCoverage(node)) / in exportLongNodeSequence()
/dports/biology/velvet/velvet_1.2.10/src/
H A DgraphStats.h30 Coordinate readCoverage(Node * node);
H A DgraphStats.c372 Coordinate readCoverage(Node * node) in readCoverage() function
498 readCoverage(node) / in displayGeneralStatistics()
915 (getTotalCoverage(node) + readCoverage(node)) / in exportLongNodeSequence()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DgraphStats.h56 Coordinate readCoverage(Node * node);
H A DreadCoherentGraph.c101 if (readCoverage(node) / (double) getNodeLength(node) > in isUniqueBasic()
H A DgraphStats.c737 Coordinate readCoverage(Node * node) in readCoverage() function
879 readCoverage(node) / in displayGeneralStatistics()
1362 + readCoverage(node)) / in exportLongNodeSequences()