| lib/Module/Build/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 12 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 0 | -e $output_file and -M $input_file <= -M $output_file |
| 43 | 0 | 0 | 0 | $opts->{'verbose'} and $opts->{'verbose'} > 0 |
| 83 | 3 | 0 | 1 | /$pattern/ and -f $_ |
| 180 | 0 | 0 | 1 | @ARGV && $ARGV[0] =~ /\A\w+\z/ |