| 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 | 
| 305 | 129 | 0 | 0 | $options{'in_place'} and $options{'merge'} | 
| 309 | 129 | 0 | 0 | $options{'in_place'} and $options{'output'} | 
| 317 | 128 | 1 | 0 | defined $options{'input_filter'} and not $options{'recursive'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 41 | 0 | 0 | 0 | $ENV{$var} // $default |