line |
true |
false |
branch |
27
|
0 |
0 |
unless defined $zones |
52
|
3 |
0 |
$rr eq 'cname' ? : |
|
11 |
3 |
$rr eq 'a' ? : |
|
10 |
14 |
$rr eq 'mx' || $rr eq 'ns' || $rr eq 'srv' || $rr eq 'txt' ? : |
|
1 |
24 |
$rr eq 'rp' ? : |
|
1 |
25 |
$rr eq 'soa' ? : |
82
|
4 |
0 |
$rr eq 'txt' ? : |
|
1 |
4 |
$rr eq 'srv' ? : |
|
0 |
5 |
$rr eq 'ns' ? : |
|
1 |
5 |
$rr eq 'mx' ? : |
|
1 |
6 |
$rr eq 'ns' && $set[0]->name . '.' eq $domain ? : |
98
|
0 |
0 |
if (not $zone and scalar @{$$domain{'entries'};}) |
109
|
0 |
0 |
if ($zone) |
110
|
0 |
0 |
if $_->type ne 'SOA' |
116
|
0 |
0 |
scalar @$new > 0 ? : |
|
0 |
0 |
scalar @$current > 0 ? : |
120
|
0 |
0 |
unless (scalar @{$$domain{'entries'};}) |
130
|
0 |
0 |
$zone ? : |
|
0 |
0 |
!$zone ? : |