blib/arch/XSLoader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 0 | if (@_) { } |
32 | 0 | 0 | if defined &$boots |
34 | 0 | 0 | unless $module and defined &dl_load_file |
43 | 0 | 0 | unless ($modlibname =~ m[^/]) |
59 | 0 | 0 | if ($_ eq $modlibname) |
74 | 0 | 0 | if (-s $bs) |
77 | 0 | 0 | if $@ |
81 | 0 | 0 | unless -f $file |
96 | 0 | 0 | unless (my $libref = dl_load_file($file, 0)) |
102 | 0 | 0 | unless ($boot_symbol_ref = dl_find_symbol($libref, $bootname)) |