| lib/ExtUtils/Mkbootstrap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 17 | 20 | 85.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 22 | 4 | 3 | if $Verbose | 
| 30 | 1 | 6 | if -s "$baseext.bs" | 
| 33 | 1 | 6 | if (-f "${baseext}_BS") | 
| 45 | 0 | 7 | if ($ExtUtils::Mkbootstrap::Config{'dlsrc'} =~ /^dl_dld/) | 
| 53 | 3 | 4 | if (@all or defined $DynaLoader::bscode and length $DynaLoader::bscode) | 
| 54 | 0 | 3 | unless open my $bs, ">", "$baseext.bs" | 
| 57 | 2 | 1 | if $Verbose | 
| 62 | 3 | 0 | if (@all) | 
| 66 | 1 | 2 | if (" @all" =~ / -[lLR]/) { } | 
| 73 | 1 | 2 | if $DynaLoader::bscode |