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