| blib/lib/App/findeps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 53 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 0 | 0 | 0 | not $pod and /^=(\w+)/u |
| 0 | 0 | 0 | $pod and /^=cut$/u | |
| 40 | 0 | 0 | 0 | not $here and my(@catch) = /(?:<<(['"])?(\w+)\1?){1,}/gu |
| 0 | 0 | 0 | $here and /^$here$/u | |
| 47 | 0 | 0 | 0 | not $eval and /eval\s*(['"{])$/u |
| 0 | 0 | 0 | $eval and /$eval(?:.*)?;$/u | |
| 0 | 0 | 0 | $eval and /(require|use)\s+($qr4name)/u | |
| 56 | 0 | 0 | 0 | $if > 0 and /^\s*}$/u |
| 0 | 0 | 0 | $if > 0 and /^\s*(require|use)\s+($qr4name)/u | |
| 122 | 0 | 0 | 0 | $Upgrade and 'Module::CoreList'->is_core($name) |
| line | l | !l | condition |
|---|---|---|---|
| 136 | 0 | 0 | eval "no strict 'subs';\$${name}::VERSION" || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $1 || croak('Unvalid extension was set') |
| 64 | 0 | 0 | 0 | $pod or $here |
| 0 | 0 | 0 | $pod or $here or $eval | |
| 0 | 0 | 0 | $pod or $here or $eval or $if | |
| 75 | 0 | 0 | 0 | not defined $version or $Upgrade |
| 0 | 0 | 0 | not defined $version or $Upgrade or $toCpanfile | |
| 98 | 0 | 0 | 0 | /(?:if|unless)\s+\(.*\)\s*\{.*require\s+($qr4name).*\}/u or /require\s+($qr4name)\s+(?:if|unless)\s+\(?.*\)?/u |