Branch Coverage

lib/Devel/Trepan/CmdProcessor/Command/Enable.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
80 0 0 if ($bp) { }
0 0 if ($bp) { }
81 0 0 if ($bp->enabled) { }
0 0 if ($bp->enabled) { }
99 0 0 if ($wp) { }
0 0 if ($wp) { }
100 0 0 if ($wp->enabled) { }
0 0 if ($wp->enabled) { }
118 0 0 if ($act) { }
0 0 if ($act) { }
119 0 0 if ($act->enabled) { }
0 0 if ($act->enabled) { }
138 0 0 if (scalar @args == 1)
0 0 if (scalar @args == 1)
145 0 0 unless ($type =~ /[0-9baw]/)
0 0 unless ($type =~ /[0-9baw]/)
149 0 0 if ($type =~ /[0-9]/) { }
0 0 if ($type =~ /[0-9]/) { }
155 0 0 if (defined $i)
0 0 if (defined $i)
156 0 0 if ('a' eq $type) { }
0 0 elsif ('b' eq $type) { }
0 0 elsif ('w' eq $type) { }
0 0 if ('a' eq $type) { }
0 0 elsif ('b' eq $type) { }
0 0 elsif ('w' eq $type) { }