blib/lib/App/PTP/Args.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
153 | 0 | 0 | 10 | &looks_like_number($str) && int $str == $str |
308 | 138 | 0 | 0 | $options{'in_place'} and $options{'merge'} |
312 | 138 | 0 | 0 | $options{'in_place'} and $options{'output'} |
320 | 137 | 1 | 0 | defined $options{'input_filter'} and not $options{'recursive'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 0 | 0 | 0 | $ENV{$var} // $default |