blib/lib/Lexical/Failure.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
100 | 1 | 0 | 0 | ref $fail and ref $fail ne "CODE" |
266 | 0 | 0 | 3 | not ref $exception and substr($exception, -1) ne "\n" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 0 | 0 | 1 | not ref $handlers or ref $handlers ne "HASH" |
233 | 50 | 0 | 0 | +(caller 1)[$HINTS]->{'Lexical::Failure::default_scope_ID'} // $DEFAULT_SCOPE_ID |
247 | 45 | 5 | 0 | $uplevel_caller[10]{"Lexical::Failure::scope_ID::$immediate_caller_package"} // $default_scope_ID |