Branch Coverage

blib/arch/XSLoader.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
23 0 0 if (@_) { }
31 0 0 if defined &$boots
33 0 0 unless $module and defined &dl_load_file
48 0 0 if (-s $bs)
51 0 0 if $@
55 0 0 unless -f $file
70 0 0 unless (my $libref = dl_load_file($file, 0))
77 0 0 if (@unresolved)
82 0 0 unless ($boot_symbol_ref = dl_find_symbol($libref, $bootname))