Branch Coverage

blib/lib/App/Task.pm
Criterion Covered Total %
branch 18 40 45.0


line true false branch
48 0 0 unless $leave_slashes
58 0 135 if $depth < 0
59 6 129 $depth <= 0 ? :
92 0 11 if ($type eq 'ARRAY') { }
0 11 elsif (not $type) { }
96 0 0 if ($copy =~ / /)
99 0 0 if ($ENV{'App_Task_DRYRUN'}) { }
103 0 0 unless _sys(@{$code;})
0 0 $cmdhr->{'fatal'} ? :
109 0 0 if ($ENV{'App_Task_DRYRUN'}) { }
113 0 0 unless _sys($code)
0 0 $cmdhr->{'fatal'} ? :
121 5 6 defined $App::Task::steps->{$depth} ? :
123 6 5 if ($prev_depth > $cur_depth)
125 4 9 if $k > $depth
131 11 0 $App::Task::steps->{$depth} ? :
133 0 11 IO::Interactive::Tiny::is_interactive() ? :
134 0 11 $fmt_pre ? :
145 2 9 if ($ok) { }
153 3 8 if ($depth < 2)