blib/lib/ByteCache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 6 | if $_[1] eq 'ByteLoader.pm' or $_[1] eq 'XSLoader.pm' |
23 | 5 | 1 | unless $caching |
27 | 1 | 12 | if (-e ($current = File::Spec::Functions::catfile($_, $_[1]))) |
34 | 0 | 1 | unless (-d $outputdir or File::Path::mkpath($outputdir)) |
39 | 1 | 0 | if (system("perlcc -B -o $output $current") < 0) |
43 | 0 | 1 | if (-e $output) |