blib/lib/App/dategrep.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
109 | 31 | 0 | 1 | defined $options{'debug'} and $options{'debug'} eq 'time' |
121 | 0 | 0 | 2 | @ARGV == 1 and -f $ARGV[0] |
144 | 26 | 0 | 1 | $options{'interleave'} and @ARGV > 1 |
149 | 25 | 0 | 1 | $options{'sort-files'} and @ARGV > 1 |
165 | 1 | 35 | 0 | not $configfile and $ENV{'HOME'} |
168 | 1 | 35 | 0 | defined $configfile and -e $configfile |