blib/lib/Test2/API/InterceptResult.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 19 | 68.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 6 | 56 | 60 | $blessed and $event->isa($upgrade_class) |
62 | 6 | 54 | $blessed and $event->isa($upgrade_class) and not $params{'_upgrade_clone'} |
line | l | !l | condition |
---|---|---|---|
37 | 7 | 115 | $params{'upgrade_class'} ||= 'Test2::API::InterceptResult::Event' |
46 | 4 | 0 | $parent->{'children'} || [] |
75 | 0 | 0 | $self->_upgrade($out->{'bailed_out'}, %params)->bailout_reason || 1 |
139 | 0 | 8 | $params{'args'} ||= [] |
148 | 0 | 7 | $params{'args'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 7 | 61 | 0 | $params{'result_class'} ||= &blessed($self) |