blib/lib/Net/DNS/DurableDNS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
248 | 0 | 0 | 0 | $$record{'name'} eq $$att{'name'} and $$record{'type'} eq $$att{'type'} |
341 | 0 | 0 | 0 | $record and $$att{'type'} ne 'MX' |
0 | 0 | 0 | $record and $$att{'type'} ne 'MX' and $record | |
0 | 0 | 0 | $record and $$att{'type'} ne 'MX' and $record and $$att{'type'} ne 'NS' |
line | l | !l | condition |
---|---|---|---|
447 | 0 | 0 | $$att{'aux'} || $$record{'aux'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
447 | 0 | 0 | 0 | $$att{'data'} || $$record{'data'} |
0 | 0 | 0 | $$att{'ttl'} || $$record{'ttl'} |