| blib/lib/FFI/Build.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 18 | 61.1 | 
| line | l | !l | condition | 
|---|---|---|---|
| 72 | 6 | 32 | $args{'buildname'} || '_build' | 
| 73 | 37 | 1 | $args{'verbose'} || 0 | 
| 74 | 14 | 24 | $args{'export'} || [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 34 | 199 | 0 | 0 | $plugins ||= "FFI::Build::Plugin"->new | 
| 70 | 18 | 20 | 0 | $args{'platform'} || 'FFI::Build::Platform'->default | 
| 71 | 0 | 38 | 0 | $args{'file'} || 'FFI::Build::File::Library'->new([$args{'dir'} || '.', $self->_native_name($name)], 'platform', $self->platform) | 
| 306 | 0 | 0 | 19 | $exit or not -f $self->file->path |