lib/UR/Context/Transaction.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 24 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 324 | 27 | 0 | $last_trans and $last_trans != $UR::Context::current |
190 | 52 | 3 | 0 | $open_transaction_stack[-2] and $open_transaction_stack[-2] != $parent |
204 | 0 | 0 | 55 | $self == $transaction and $transaction_change->changed_aspect eq 'create' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 27 | 324 | 0 | $last_trans ||= $UR::Context::current |
84 | 2282 | 0 | 1813 | $aspect eq 'load' or $aspect eq 'load_external' |
88 | 0 | 16 | 1797 | not ref $object or $class eq 'UR::Object::Index' |
124 | 0 | 349 | 0 | $self->end_point || $#change_log |
355 | 19 | 0 | 259 | !$result || $eval_error |