line |
!l |
l&&!r |
l&&r |
condition |
253
|
6 |
26 |
0 |
@returns == 1 and do {
local $Test::MockPackages::Mock::EVAL_ERROR = undef;
eval {
do {
$returns[0]->isa('Test::MockPackages::Returns')
}
}
} |
311
|
10 |
13 |
6 |
$n_expects == 1 and defined $self->{'_called'} |
336
|
8 |
15 |
9 |
$n_returns == 1 and defined $self->{'_called'} |
356
|
6 |
24 |
0 |
@returns == 1 and do {
local $Test::MockPackages::Mock::EVAL_ERROR = undef;
eval {
do {
$returns[0]->isa('Test::MockPackages::Returns')
}
}
} |
366
|
10 |
2 |
16 |
!wantarray && scalar @returns == 1 |
401
|
63 |
5 |
22 |
defined $called and $called >= 0 |
461
|
5 |
7 |
43 |
not $self->{'_corrupt'} and defined $expected_invocations |