Branch Coverage

blib/lib/MPGA.pm
Criterion Covered Total %
branch 22 24 91.6


line true false branch
37 2 8 unless $flow
38 5 3 if ref $flow ne "ARRAY"
111 2 24 unless $flow
112 5 19 if ref $flow ne "ARRAY"
114 19 0 if (scalar @$flow)
116 15 4 if ($fun)
119 9 6 if (defined $res)
120 4 5 if (ref $res eq 'ARRAY') { }
121 4 0 if scalar @$res
128 13 2 if (scalar @$args)
146 6 25 if ref $flow ne "ARRAY"
152 66 18 if (ref $item ne 'CODE') { }