blib/lib/Exception/Died.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
211 | 4 | 0 | 5 | defined $args[0] and $args[0] eq 'die' |
220 | 4 | 4 | 2 | defined $args[0] and ref $args[0] eq 'HASH' |
299 | 0 | 5 | 3 | do { local $@; local $SIG{'__DIE__'}; eval { do { $e->isa('Exception::Died') } } } and ref $e ne $class |
5 | 2 | 1 | do { local $@; local $SIG{'__DIE__'}; eval { do { $e->isa('Exception::Died') } } } and ref $e ne $class and $$e{'catch_can_rebless'} | |
337 | 2 | 4 | 0 | defined $$self{'eval_error'} and $$self{'eval_error'} eq '' |