| blib/lib/Inline/Module.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 27 | 3.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 1 | 0 | 0 | $program eq 'Makefile.PL' and not -e 'INLINE.h' |
| 135 | 0 | 0 | 0 | $$meta{'makestub'} and not -e 'inc' |
| 0 | 0 | 0 | $$meta{'makestub'} and not -e 'inc' and not -e 'INLINE.h' | |
| 194 | 0 | 0 | 0 | @args and ($_ = shift @args) ne '--' |
| 197 | 0 | 0 | 0 | @args and ($_ = shift @args) ne '--' |
| 384 | 0 | 0 | 0 | $onchange and -e $filepath |
| 0 | 0 | 0 | $onchange and -e $filepath and $class->read_file($filepath) eq $code |
| line | l | !l | condition |
|---|---|---|---|
| 232 | 0 | 0 | $$meta{'stub'} ||= [map("${_}::Inline", @{$$meta{'module'};})] |
| 234 | 0 | 0 | $$meta{'ilsm'} ||= 'Inline::C' |
| 373 | 0 | 0 | $onchange ||= 0 |