blib/lib/Test/Compiles.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 11 | 54.5 |
line | l | !l | condition |
---|---|---|---|
22 | 0 | 13 | $PRELUDE || $opts{'prelude'} || '' |
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' |