Branch Coverage

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


line true false branch
55 0 0 if ('$' eq $type) { }
0 0 elsif ('@' eq $type) { }
0 0 elsif ('%' eq $type) { }
0 0 if ('$' eq $type) { }
0 0 elsif ('@' eq $type) { }
0 0 elsif ('%' eq $type) { }
74 0 0 if $args[0] eq '='
0 0 if $args[0] eq '='
86 0 0 if (exists $my_hash->{$var_name}) { }
0 0 elsif (exists $our_hash->{$var_name}) { }
0 0 if (exists $my_hash->{$var_name}) { }
0 0 elsif (exists $our_hash->{$var_name}) { }