blib/lib/Test/Spy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 11 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
122 | 1 | 0 | 6 | $self->has_context and $context |
line | l | !l | condition |
---|---|---|---|
69 | 3 | 22 | $base // {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
99 | 2 | 1 | 0 | $self->_mocked_subs->{$method_name} // $self->_no_method($method_name) |
125 | 6 | 0 | 0 | $self->_mocked_subs->{$context}->call_history // $self->_no_method($context) |