Condition Coverage

blib/lib/Net/DNS/Header.pm
Criterion Covered Total %
condition 11 11 100.0


and 3 conditions

line !l l&&!r l&&r condition
129 172 1 2 defined $ident and $self->opcode eq "DSO"

or 2 conditions

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'};}