| blib/lib/Pod/ProjectDocs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 19 | 47.3 |
| line | l | !l | condition |
|---|---|---|---|
| 36 | 0 | 3 | $args{'title'} ||= q[MyProject's Libraries] |
| 37 | 0 | 3 | $args{'desc'} ||= 'manuals and libraries' |
| 38 | 0 | 3 | $args{'lang'} ||= 'en' |
| 57 | 3 | 0 | $args{'forcegen'} ||= 0 |
| 61 | 1 | 2 | $args{'except'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 41 | 3 | 0 | 0 | $args{'outroot'} ||= 'File::Spec'->curdir |
| 46 | 3 | 0 | 0 | $args{'libroot'} ||= 'File::Spec'->curdir |
| 127 | 5 | 0 | 0 | $self->config->forcegen or $doc->is_modified |