blib/lib/Net/DRI/DRD/NO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | $y == 1 and $m == 0 |
0 | 0 | 0 | $m >= 1 and $m <= 12 | |
0 | 0 | 0 | $y == 0 and ($m >= 1 and $m <= 12) | |
216 | 0 | 0 | 0 | defined $add and not $ndr->protocol_capable('host_update', $w, 'add') |
220 | 0 | 0 | 0 | defined $del and not $ndr->protocol_capable('host_update', $w, 'del') |
224 | 0 | 0 | 0 | defined $set and not $ndr->protocol_capable('host_update', $w, 'set') |
228 | 0 | 0 | 0 | defined $set and defined $add || defined $del |
255 | 0 | 0 | 0 | defined $c && $c |
268 | 0 | 0 | 0 | defined $count && $count |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | $y == 1 and $m == 0 or $y == 0 and ($m >= 1 and $m <= 12) |
228 | 0 | 0 | 0 | defined $add || defined $del |