blib/lib/FFI/CheckLib.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 30 | 56.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
181 | 82 | 0 | 0 | defined $args{'systempath'} and not ref $args{'systempath'} |
252 | 2 | 167 | 0 | ref $path ne "ARRAY" and not -d $path |
275 | 169 | 0 | 0 | $try_ld_on_text and $args{'try_linker_script'} |
line | l | !l | condition |
---|---|---|---|
50 | 4 | 2 | $ENV{'FFI_CHECKLIB_PACKAGE'} || 'homebrew,macports' |
165 | 2 | 80 | $args{'_r'} || $args{'recursive'} || 0 |
367 | 3 | 0 | $diagnostic || 'library not found' |
375 | 0 | 0 | $diagnostic || 'library not found' |
386 | 0 | 0 | $diagnostic || 'library not found' |
399 | 0 | 0 | $diagnostic || 'library not found' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
142 | 246 | 10 | 0 | defined $A->[$i] or defined $B->[$i] |
259 | 3 | 177 | 782 | $any or $missing{$_->[0]} |
292 | 3 | 110 | 67 | $any or $missing{$lib->[0]} |