Condition Coverage

blib/lib/GlbDNS/Zone.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 $record[3] eq 'CNAME' and not $record[4] =~ /\.$/
95 0 0 0 $record[3] eq 'MX' and not $record[5] =~ /\.$/
142 0 0 0 $$host{'CNAME'} and @{$$host{'CNAME'};} > 1

or 2 conditions

line l !l condition
63 0 0 $$glbdns{'hosts'} ||= {}
102 0 0 $$hosts{$record->name} ||= {}
103 0 0 $$host{$record->type} ||= []
152 0 0 $$host{'__GEO__'} ||= {}
159 0 0 $$target{'A'} || $$target{'CNAME'} || die("Need A or CNAME for $$target{'__RECORD__'}\n")