| tmp/TestPkg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 27 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1875 | 3 | 0 | 15 | ref $val and exists $ALLOW_ISA{$name} |
| 1882 | 3 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 1887 | 0 | 0 | 3 | defined $val and not ref $val |
| 0 | 1 | 2 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 1894 | 0 | 0 | 1 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 1742 | 0 | 4 | 0 | ref $class || $class |
| 1867 | 18 | 0 | 4 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 4 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 0 | 0 | 4 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |