Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Sep 4, 2024
1 parent fdaff8d commit f48fc9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bsc-plugin/src/lib/rooibos/CodeCoverageProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,6 @@ function createCovMap(files: Array<FileCoverage>) {
report += `end_of_record\n`;
}
}




// function write_info($$$) {
// my $self = $_[0];
// local *INFO_HANDLE = $_[1];
Expand Down Expand Up @@ -613,4 +609,4 @@ function createCovMap(files: Array<FileCoverage>) {

// return ($ln_total_found, $ln_total_hit, $fn_total_found, $fn_total_hit,
// $br_total_found, $br_total_hit);
// }
// }

0 comments on commit f48fc9f

Please sign in to comment.