blib/lib/Dallycot/Value/Lambda.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
153 | 0 | 0 | 0 | blessed $obj && $obj->isa('Dallycot::AST::Placeholder') |
184 | 0 | 0 | 0 | $max_arity > 0 and $arity < $max_arity |
line | l | !l | condition |
---|---|---|---|
40 | 0 | 0 | $bindings ||= [] |
41 | 0 | 0 | $bindings_with_defaults ||= [] |
42 | 0 | 0 | $options ||= {} |
43 | 0 | 0 | $closure_environment ||= {} |
44 | 0 | 0 | $closure_namespaces ||= {} |
45 | 0 | 0 | $namespace_search_path ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | ref $class || $class |
124 | 0 | 0 | 0 | $arity < $min or $arity > $max |
226 | 0 | 0 | 0 | @$new_bindings or @$new_bindings_with_defaults |