Condition Coverage
| blib/lib/Scalar/Cmp.pm |
|
| Criterion |
Covered |
Total |
% |
| condition |
38 |
42 |
90.4
|
and 3 conditions
| line |
!l |
l&&!r |
l&&r |
condition |
|
25
|
3 |
13 |
2 |
$def1 and not $def2 |
|
|
13 |
1 |
2 |
not $def1 and $def2 |
|
46
|
3 |
11 |
2 |
$def1 and not $def2 |
|
|
11 |
1 |
2 |
not $def1 and $def2 |
|
67
|
3 |
13 |
2 |
$def1 and not $def2 |
|
|
13 |
1 |
2 |
not $def1 and $def2 |
|
82
|
2 |
0 |
3 |
$llnum1 && $llnum2 |
or 3 conditions
| line |
l |
!l&&r |
!l&&!r |
condition |
|
25
|
13 |
0 |
1 |
$def1 || $def2 |
|
46
|
11 |
0 |
1 |
$def1 || $def2 |
|
67
|
13 |
0 |
1 |
$def1 || $def2 |
xor 4 conditions
| line |
l&&r |
l&&!r |
!l&&r |
!l&&!r |
condition |
|
33
|
5 |
1 |
2 |
5 |
$ref1 xor $ref2 |
|
54
|
5 |
1 |
2 |
3 |
$ref1 xor $ref2 |
|
75
|
5 |
1 |
2 |
5 |
$ref1 xor $ref2 |