Condition Coverage

blib/lib/SVNPlus/TagProtect.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
2126 0 0 0 int @add == 0 and int @del != 0
0 0 0 int @add != 0 and int @del == 0
0 0 0 int @add != 0 and int @del != 0
0 0 0 int @add == 0 and int @del == 0

or 3 conditions

line l !l&&r !l&&!r condition
2051 0 0 0 $change eq 'U' or $change eq '_U'
0 0 0 $change eq 'U' or $change eq '_U' or $change eq 'UU'