Branch Coverage

blib/lib/Dallycot/Value/Lambda.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
47 0 0 if ($engine)
95 0 0 if ($min < $max) { }
107 0 0 if (wantarray) { }
124 0 0 if ($arity < $min or $arity > $max)
125 0 0 if ($min == $max) { }
139 0 0 if (%$options)
141 0 0 if (@bad_options > 1) { }
0 0 elsif (@bad_options) { }
165 0 0 if ($self->_is_placeholder($bindings[$idx])) { }
173 0 0 if ($arity > $min_arity)
175 0 0 if ($self->_is_placeholder($bindings[$idx])) { }
184 0 0 if ($max_arity > 0 and $arity < $max_arity)
224 0 0 unless $$self[$CLOSURE_ENVIRONMENT]
226 0 0 if (@$new_bindings or @$new_bindings_with_defaults) { }