Condition Coverage

blib/lib/Config/XrmDatabase/Util.pm
Criterion Covered Total %
condition 9 12 75.0


or 3 conditions

line l !l&&r !l&&!r condition
78 1 1 1600 $last eq "." or $last eq "?"
2 1 1599 $last eq "." or $last eq "?" or $last eq "*"
110 1 2 42 index($name, "?") != -1 or index($name, "*") != -1
167 0 0 0 $string eq '.' || $string eq '*'