Skip to content

Commit

Permalink
at last declared report_c options in cover tool
Browse files Browse the repository at this point in the history
  • Loading branch information
maspalio committed Mar 31, 2012
1 parent 554c54d commit a89b9ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/cover
Expand Up @@ -41,6 +41,9 @@ my $Options =
report => "",
summary => 1,
uncoverable_file => [".uncoverable", glob("~/.uncoverable")],
report_c0 => 75,
report_c1 => 90,
report_c2 => 100,
};

sub get_options
Expand Down Expand Up @@ -410,7 +413,7 @@ The following command line options are supported:
-gcov - run gcov to cover XS code (default on if using gcc)
-make make_prog - use the given 'make' program for 'make test'
other options specific to the report
other options specific to the report format
=head1 REPORT FORMATS
Expand All @@ -425,7 +428,7 @@ via -report_c0 <integer>, -report_c1 <integer> and -report_c2 <integer>.:
0% 75% 90% 100%
| .. | .. | .. |
<=c0 <=c1 <c2 c3
<c0 <c1 <c2 c3
red yellow orange green
=item html_basic
Expand Down

0 comments on commit a89b9ab

Please sign in to comment.