Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/Nominet/Domain.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
148 0 0 0 $rd->{$_} and not $rd->{$_} =~ /^(bc|th)$/
149 0 0 0 $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 183
0 0 0 $rd->{$_} and not $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 183
150 0 0 0 $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 10
0 0 0 $rd->{$_} and not $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 10
201 0 0 0 $rd->{$_} and not $rd->{$_} =~ /^[0-9]{4}-[0-9]{2}$/
235 0 0 0 defined $rd->{'account_id'} and $domain ne 'alldomains.co.uk'
272 0 0 0 $rd->{'type'} and $rd->{'type'} eq 'investigation'

or 3 conditions

line l !l&&r !l&&!r condition
197 0 0 0 $rd->{'regMonth'} or $rd->{'exMonth'}