blib/lib/ORM/Ta.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
44 | 10 | 47 | unless ($arg{'class'}->_current_transaction) |
52 | 1 | 9 | unless ($die_handler_enabled) |
59 | 10 | 0 | unless ($$self{'error'}->fatal) |
64 | 0 | 10 | if ($error->fatal) |
79 | 10 | 47 | if $$self{'class'} |
81 | 47 | 10 | if ($$self{'not_started'} or not $$self{'class'}) { } |
0 | 10 | elsif ($die and $die_eval eq $$self{'eval'}) { } | |
1 | 9 | elsif ($$self{'error'}->fatal) { } | |
105 | 0 | 0 | if $old_die_handler |