| blib/lib/App/dategrep.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 109 | 29 | 0 | 1 | defined $options{'debug'} and $options{'debug'} eq 'time' |
| 121 | 0 | 0 | 2 | @ARGV == 1 and -f $ARGV[0] |
| 168 | 1 | 33 | 0 | not $configfile and $ENV{'HOME'} |
| 171 | 1 | 33 | 0 | defined $configfile and -e $configfile |