Branch Coverage

File:blib/lib/App/Project/Doctor/Check/CpanReadiness.pm
Coverage:95.0%

line%coveragebranch
2750TFunless ref $ctx
33100TFif (defined $version) { }
34100TFunless ($version =~ /$VERSION_RE/)
49100TFunless ($ctx->has_file($file))
59100TFunless (grep {$ctx->has_file($_);} @README_VARIANTS)
67100TFif ($ctx->has_file("Changes"))
69100TFunless ($content =~ /^\d+\.\d+/m or $content =~ /^v\d+/m)
79100TFif ($ctx->has_file("MANIFEST"))
88100TFunless ($has_problem)
111100TFif (my($v) = $content =~ /^\s*our\s+\$VERSION\s*=\s*['"]?([^'";\s]+)['"]?/m)