blib/lib/Parse/IASLog.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
2190 | 1 | 0 | 1 | defined $opts{'enumerate'} and not $opts{'enumerate'} |
2206 | 9 | 2 | 7 | $$self{'enumerate'} and exists $attributes{$attribute}{'enum'} |
11 | 0 | 7 | $$self{'enumerate'} and exists $attributes{$attribute}{'enum'} and defined $attributes{$attribute}{'enum'}{$$record{$attribute}} |
line | l | !l | condition |
---|---|---|---|
2182 | 1 | 0 | shift() || (return) |
2196 | 2 | 0 | shift() || (return) |