| lib/Module/New/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 0 | 20 | $self->config('license') || 'perl' |
| 48 | 0 | 20 | $args ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 0 | 20 | 0 | $type ||= $self->config('license') || 'perl' |
| 49 | 0 | 20 | 0 | $$args{'holder'} ||= $self->config('author') |
| 50 | 0 | 20 | 0 | $$args{'year'} ||= $self->date->year |