Condition Coverage

t/00-compile.t
Criterion Covered Total %
condition 2 9 22.2


and 3 conditions

line !l l&&!r l&&r condition
40 1 0 0 @_warnings and $_warnings[0] =~ /^Using .*\bblib/
1 0 0 @_warnings and $_warnings[0] =~ /^Using .*\bblib/ and not eval { do { require blib; 'blib'->VERSION('1.01') } }

or 3 conditions

line l !l&&r !l&&!r condition
52 0 0 0 &is(scalar @warnings, 0, 'no warnings found') or diag('got warnings: ', 'Test::More'->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings))