| blib/lib/App/Sqitch/Command/plan.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 13 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 147 | 1 | 1 | $opt->{'format'} ||= "oneline" |
| 148 | 1 | 1 | $opt->{'abbrev'} //= 6 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 152 | 1 | 1 | 28 | delete $opt->{'date_format'} || $config->get('key', 'plan.date_format') |
| 163 | 15 | 1 | 12 | $opt->{'format'} || $config->get('key', 'plan.format') |
| 178 | 4 | 16 | 4 | delete $opt->{'color'} || $config->get('key', 'plan.color') |