blib/lib/Mail/Exchange/NamedProperties.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
163 | 0 | 0 | 58 | $str =~ /^\d/ and $str >= 32768 |
0 | 4 | 54 | $str =~ /^\d/ and $str >= 32768 and $Mail::Exchange::NamedProperties::PidLidDefs{$str} | |
168 | 1492 | 35 | 0 | $$self{'namedprops'}[$i]{'str'} eq $str and !$type || $$self{'namedprops'}[$i]{'type'} == $type |
0 | 35 | 0 | $$self{'namedprops'}[$i]{'str'} eq $str and !$type || $$self{'namedprops'}[$i]{'type'} == $type and !$guid || $$self{'namedprops'}[$i]{'guid'} eq $guid |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
168 | 0 | 35 | 0 | !$type || $$self{'namedprops'}[$i]{'type'} == $type |
2 | 4 | 29 | !$guid || $$self{'namedprops'}[$i]{'guid'} eq $guid |