| blib/lib/Dist/Zilla/App/Command/new.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 19 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 0 | 0 | 0 | MooseX::Types::Perl::is_ModuleName($name) and not MooseX::Types::Perl::is_DistName($name) |
| 80 | 0 | 0 | 0 | $mint_stash && $mint_stash->provider |
| 81 | 0 | 0 | 0 | $mint_stash && $mint_stash->profile |
| line | l | !l | condition |
|---|---|---|---|
| 80 | 0 | 0 | ($opt->provider // $mint_stash && $mint_stash->provider) // "Default" |
| 81 | 0 | 0 | ($opt->profile // $mint_stash && $mint_stash->profile) // "default" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 80 | 0 | 0 | 0 | $opt->provider // $mint_stash && $mint_stash->provider |
| 81 | 0 | 0 | 0 | $opt->profile // $mint_stash && $mint_stash->profile |