Condition Coverage

blib/lib/Version/Semantic.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
199 16 1 5 $ai_is_num and $bi_is_num
16 0 1 $ai_is_num and not $bi_is_num
0 15 1 not $ai_is_num and $bi_is_num

or 2 conditions

line l !l condition
69 151 1 $version //= ""
121 10 109 $args{'prefix'} // ""
131 9 2 $strategy //= "patch"

or 3 conditions

line l !l&&r !l&&!r condition
118 358 1 0 exists $args{$_} or &_croakf("Required attribute '%s' not set", $_)