| blib/lib/Test/CheckDeps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 12 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 0 | 1 | unless my $metafile = first(sub { -e $_; } , 'MYMETA.json', 'MYMETA.yml', 'META.json', 'META.yml') |
| 33 | 1 | 0 | if $level >= $level_of{'classic'} |
| 34 | 1 | 0 | if ($level >= $level_of{'recommends'}) |
| 39 | 0 | 1 | if ($level >= $level_of{'suggests'}) |
| 45 | 0 | 1 | if $ENV{'AUTHOR_TESTING'} |
| 59 | 0 | 12 | unless $builder->ok(!defined($$ret{$module}), "$module satisfies '" . $$raw{$module} . q[']) |