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
77 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
168 0 0 0 $string eq '.' || $string eq '*'