| t/00-compile.t | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 2 | 9 | 22.2 | 
| 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') } } | 
| 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)) |