inc/Test/More.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 55 | 27.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
182 | 0 | 22 | 0 | defined $item and $item eq 'no_diag' |
832 | 1 | 0 | 0 | @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/ |
1234 | 0 | 0 | 0 | defined $how_many and $how_many =~ /\D/ |
1440 | 0 | 0 | 15 | defined $e2 and $e1 eq $e2 |
1467 | 0 | 3 | 0 | $same_ref and $e1 eq $e2 |
line | l | !l | condition |
---|---|---|---|
658 | 0 | 0 | $args ||= [] |
876 | 0 | 1 | $SIG{'__DIE__'} || undef |
1026 | 0 | 0 | $$entry{'type'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
509 | 3 | 0 | 0 | ref $proto || $proto |
981 | 0 | 3 | 0 | @_ == 2 or @_ == 3 |
999 | 3 | 0 | 0 | ref $got || ref $expected |
1437 | 0 | 0 | 15 | ref $e1 or ref $e2 |
1465 | 3 | 0 | 0 | ref $e1 || ref $e2 |
1467 | 3 | 0 | 0 | defined $e1 || defined $e2 |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
999 | 0 | 0 | 0 | 3 | not ref $got xor not ref $expected |
1464 | 0 | 0 | 0 | 3 | not ref $e1 xor not ref $e2 |
1467 | 3 | 0 | 0 | 0 | defined $e1 xor defined $e2 |
0 | 0 | 0 | 3 | _dne($e1) xor _dne($e2) |