Condition Coverage

blib/lib/MooX/Value/ValidationUtils.pm
Criterion Covered Total %
condition 15 15 100.0


or 3 conditions

line l !l&&r !l&&!r condition
14 3 2 85 not length $poss_domain or length $poss_domain > 255
41 7 6 419 not length $poss_label or length $poss_label > 63
64 2 2 214 not length $poss_part or length $poss_part > 64
66 26 156 32 $poss_part =~ /\A"(?:\\.|[!#-[\]-~])+"\z/ or $poss_part =~ m[\A[a-zA-Z0-9!#\$\%&'*+\-/=?^_`{|}~]+ # any 'atext' characters (?:\. # separated by dots [a-zA-Z0-9!#\$\%&'*+\-/=?^_`{|}~]+ # any 'atext' characters )* \z]x
90 2 2 192 not length $poss_part or length $poss_part > 64