Branch Coverage

blib/lib/Import/These.pm
Criterion Covered Total %
branch 30 34 88.2


line true false branch
42 7 38 if ($r eq 'ARRAY') { }
38 0 elsif ($r eq '') { }
44 6 1 if $mod
49 12 26 if ($k eq $marker) { }
1 25 elsif ($k eq '::') { }
2 23 elsif ($k =~ /^::.*?::$/) { }
7 16 elsif ($k =~ /::$/) { }
4 12 elsif ($k =~ /^v|^\d/) { }
51 1 11 if $mod
74 3 1 if ($i) { }
77 1 0 if $@
100 10 34 if ($execute)
102 10 0 if ($prev_mod)
108 0 10 if $@
116 3 7 if ($version)
121 6 3 if ($list and @$list) { }
1 2 elsif ($list and @$list == 0) { }