blib/lib/Net/DNS/ToolKit/RR/SOA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 4 | 50.0 |
line | true | false | branch |
---|---|---|---|
249 | 0 | 1 | unless @_ |
253 | 0 | 1 | unless $doff = put16($bp, $off, 0) and ($off, @dnptrs) = dn_comp($bp, $doff, \$mname, $dnp) and ($off, @dnptrs) = dn_comp($bp, $off, \$rname, \@dnptrs) and $off = put32($bp, $off, $serial) and $off = put32($bp, $off, $refresh) and $off = put32($bp, $off, $retry) and $off = put32($bp, $off, $expire) and $off = put32($bp, $off, $min) |