Branch Coverage

blib/lib/Mail/SPF/v1/Record.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
97 0 0 if (defined(my $scopes = $$self{'scopes'}))
98 0 0 unless @$scopes > 0
100 0 0 unless @$scopes == 2 and $$scopes[0] eq 'help' && $$scopes[1] eq 'mfrom' || $$scopes[0] eq 'mfrom' && $$scopes[1] eq 'help'