blib/lib/FFI/Probe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 19 | 47.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | $i and -f $i->path |
line | l | !l | condition |
---|---|---|---|
22 | 3 | 0 | $args{'log'} ||= "ffi-probe.log" |
23 | 3 | 0 | $args{'data_filename'} ||= "ffi-probe.pl" |
46 | 1 | 2 | $data ||= {} |
59 | 0 | 3 | $args{'alien'} || [] |
406 | 15 | 6 | $data->{$key} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
67 | 5 | 0 | 0 | $self->{'runner'} ||= "FFI::Probe::Runner"->new |
148 | 0 | 5 | 0 | $args{'_template'} || $self->template |