Branch Coverage

blib/lib/App/PTP/Args.pm
Criterion Covered Total %
branch 11 30 36.6


line true false branch
40 966 0 if $ENV{'HARNESS_ACTIVE'}
90 0 0 if (defined $options{'output'})
130 0 0 unless $_[1] =~ /^\w+$/u
160 0 10 unless is_int($f)
161 10 0 if $f > 0
273 0 138 unless &GetOptionsFromArray($args, all_args())
276 0 138 if ($options{'debug_mode'} > 1)
287 19 182 if ($pipeline[$i][0] eq 'substitute') { }
0 182 elsif ($pipeline[$i][0] eq 'insert-at-offset') { }
292 0 0 unless (ist_int($o))
306 120 18 unless @inputs
308 0 0 if ($options{'in_place'} and $options{'merge'})
312 0 0 if ($options{'in_place'} and $options{'output'})
313 0 0 if ($options{'append'}) { }
320 0 138 if (defined $options{'input_filter'} and not $options{'recursive'})