Condition Coverage

blib/lib/Test/Compiles.pm
Criterion Covered Total %
condition 6 11 54.5


or 2 conditions

line l !l condition
22 0 13 $PRELUDE || $opts{'prelude'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
20 0 13 0 $opts{'package'} || caller
24 0 12 1 $opts{'strict'} or not exists $opts{'strict'}
48 9 4 0 $opts{'message'} ||= $opts{'should_fail'} ? q[code shouldn't compile] : 'code should compile'