Branch Coverage

blib/lib/Psh/Strategy.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
27 0 0 unless (exists $loaded{$name})
30 0 0 if ($@)
37 0 0 if ($@ or not $obj)
50 0 0 if $active{$name}
76 0 0 if ($order[$i]->name eq $strategy)
91 0 0 if (@tmp)
94 0 0 if $tmp < $max and $tmp >= 0
99 0 0 if ($order[$i]->consumes < $consumes)
100 0 0 if $i > $min
103 0 0 if ($order[$i]->consumes > $consumes)
104 0 0 if $i < $max
109 0 0 if (defined $suggested_pos)
110 0 0 if ($pos >= $min and $pos <= $max)
120 0 0 if $_
121 0 0 if $_
122 0 0 if $_
149 0 0 if ($^O =~ /darwin/i)
170 0 0 if ($class =~ /^Psh::Strategy::(.*)$/) { }
172 0 0 if exists $loaded{$name}