Condition Coverage

lib/Mail/DMARC/Report/URI.pm
Criterion Covered Total %
condition 4 6 66.6


and 3 conditions

line !l l&&!r l&&r condition
29 15 0 40 $scheme eq "mailto" and lc substr($u, 0, 7) eq "mailto:"
33 8 0 7 $scheme =~ /^http(s)?/x and lc substr($u, 0, 4) eq "http"