| blib/lib/Net/DNS/Header.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 8 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 313 | 5 | 33 | $$self->{'count'}[0] || scalar @{$$self->{'question'};} |
| 332 | 11 | 54 | $$self->{'count'}[1] || scalar @{$$self->{'answer'};} |
| 351 | 4 | 47 | $$self->{'count'}[2] || scalar @{$$self->{'authority'};} |
| 369 | 4 | 47 | $$self->{'count'}[3] || scalar @{$$self->{'additional'};} |