blib/lib/Net/DNSServer/ConfParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
12 | 0 | 0 | 0 | $self and $$self{'opts_callback'} |
0 | 0 | 0 | $self and $$self{'opts_callback'} and $$self{'zone_callback'} | |
0 | 0 | 0 | $self and $$self{'opts_callback'} and $$self{'zone_callback'} and $$self{'conf_file'} | |
47 | 0 | 0 | 0 | $tag =~ /options/i and $entry =~ s/^\{(.*)\};$/$1/s |
0 | 0 | 0 | $tag =~ /zone/i and $entry =~ s/^\s*"*([\w\-\.]+)"*\s*([A-Z]*)\s+\{(.*)\};$/$3/s |
line | l | !l | condition |
---|---|---|---|
57 | 0 | 0 | $2 || 'IN' |