| blib/lib/Config/TinyDNS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 568 | 4 | 547 | defined $_[-1] && length $_[-1] |
| 3 | 547 | 572 | @_ and not defined $_[-1] && length $_[-1] | |
| 207 | 2 | 67 | 0 | ref $c and reftype $c eq 'CODE' || reftype $c eq 'REF' && reftype $$c eq 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 207 | 11 | 0 | 56 | reftype $c eq 'CODE' || reftype $c eq 'REF' && reftype $$c eq 'CODE' |