Branch Coverage

lib/Devel/Trepan/CmdProcessor/Command/Set_Subcmd/Highlight.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
80 0 0 unless $arg
0 0 unless $arg
81 0 0 if (grep {$arg eq $_;} @choices) { }
0 0 if (grep {$arg eq $_;} @choices) { }
98 0 0 if (scalar @$args >= 3 and 'reset' eq $args->[2]) { }
0 0 elsif (scalar @$args == 2) { }
0 0 if (scalar @$args >= 3 and 'reset' eq $args->[2]) { }
0 0 elsif (scalar @$args == 2) { }
99 0 0 if (scalar @$args > 3) { }
0 0 if (scalar @$args > 3) { }
103 0 0 unless $highlight_type
0 0 unless $highlight_type
110 0 0 unless $highlight_type
0 0 unless $highlight_type
112 0 0 if ($highlight_type eq 'plain' or $highlight_type eq 'off') { }
0 0 if ($highlight_type eq 'plain' or $highlight_type eq 'off') { }