| blib/lib/Dancer2/CLI/Gen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 30 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 235 | 0 | 0 | 0 | $self->remote and _run_shell_cmd("git", "remote", "add", "origin", $self->remote) != 0 |
| 336 | 0 | 0 | 0 | $self->no_package_files and $from =~ /MANIFEST\.SKIP$/ |
| 337 | 0 | 0 | 0 | $self->no_package_files and $from =~ /Makefile.PL$/ |
| 339 | 0 | 0 | 0 | -f $to and not $overwrite |
| 420 | 0 | 0 | 0 | $resp->{'success'} and &decode_json($resp->{'content'})->{'version'} =~ /(\d\.\d+)/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 141 | 0 | 0 | 0 | "URI"->new($remote)->scheme // $self->remote |
| 205 | 0 | 0 | 0 | my $remote = $self->remote or $self->git |
| 229 | 0 | 0 | 0 | _run_shell_cmd("git", "init") != 0 or _run_shell_cmd("git", "add", ".") != 0 |
| 0 | 0 | 0 | _run_shell_cmd("git", "init") != 0 or _run_shell_cmd("git", "add", ".") != 0 or _run_shell_cmd("git", "commit", "-m 'Initial commit of $app_name by Dancer2'") != 0 | |
| 343 | 0 | 0 | 0 | $res eq "y" or $res eq "a" |