| blib/lib/Net/DNS/Header.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 11 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 129 | 184 | 1 | 2 | defined $ident and $self->opcode eq "DSO" |
| line | l | !l | condition |
|---|---|---|---|
| 319 | 5 | 32 | $$self->{'count'}[0] || scalar @{$$self->{'question'};} |
| 338 | 11 | 53 | $$self->{'count'}[1] || scalar @{$$self->{'answer'};} |
| 357 | 4 | 46 | $$self->{'count'}[2] || scalar @{$$self->{'authority'};} |
| 375 | 4 | 46 | $$self->{'count'}[3] || scalar @{$$self->{'additional'};} |