| blib/lib/SPVM/Dist.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 21 | 9.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 174 | 2 | 0 | 0 | defined $native and not $native eq 'c' || $native eq 'c++' |
| 179 | 2 | 0 | 0 | $resource and not defined $native |
| 757 | 0 | 0 | 0 | $self->native && !$resource |
| 760 | 0 | 0 | 0 | $self->precompile && !$resource |
| 1086 | 0 | 0 | 0 | $interface and $resource |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 174 | 0 | 0 | 0 | $native eq 'c' || $native eq 'c++' |
| 228 | 0 | 0 | 0 | $force or not -f $file |