Branch Coverage

blib/lib/Sub/Fp.pm
Criterion Covered Total %
branch 34 36 94.4


line true false branch
46 9 1189 if (ref $arg and ref __() and $arg == __())
73 0 4053 _contains_placeholders(@_) ? :
148 1 21 if ($start == $end and $end == $step)
153 3 18 if ($start > $end and $step >= 0)
158 3 15 if ($start < $end and $step < 0)
170 12 10 if (is_array($coll))
171 11 1 defined $coll->[$key] ? :
174 9 1 if (is_hash($coll))
175 8 1 defined $coll->{$key} ? :
180 1 0 defined $string_coll->[$key] ? :
208 1 4 if (ref $funcs->[0] ne 'CODE')
450 26 39 len($args) > 1 ? :
451 26 39 len($args) > 1 ? :
554 1 19 if (eql(len($args), 1))
571 2 11 if (ref $func ne 'CODE')
594 9 22 if (_contains_placeholders($arg)) { }
600 18 13 if ($old_args_len == $idx + 1)
633 4 3 ref $val eq 'CODE' ? :