lib/CPAN/Audit/Discover/CpanfileSnapshot.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | unless open my $fh, "<", $cpanfile_snapshot_path |
25 | 0 | 0 | if ($line =~ /pathname: ([^\s]+)/) |
26 | 0 | 0 | unless my $d = "CPAN::DistnameInfo"->new($1) |
28 | 0 | 0 | unless $d->dist and $d->version |