| blib/lib/Dist/Zilla/App/Command/add.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 16 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 1 | 0 | 0 | $mint_stash && $mint_stash->provider |
| 61 | 1 | 0 | 0 | $mint_stash && $mint_stash->profile |
| line | l | !l | condition |
|---|---|---|---|
| 57 | 0 | 1 | ($opt->provider // $mint_stash && $mint_stash->provider) // "Default" |
| 61 | 0 | 1 | ($opt->profile // $mint_stash && $mint_stash->profile) // "default" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 57 | 0 | 0 | 1 | $opt->provider // $mint_stash && $mint_stash->provider |
| 61 | 0 | 0 | 1 | $opt->profile // $mint_stash && $mint_stash->profile |