blib/lib/Riji/CLI/Setup.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 4 | if (not $force and path($setup_dir)->children) |
31 | 4 | 32 | unless -f $file |
48 | 4 | 0 | unless (-f $cpanfile) |
53 | 4 | 0 | unless (-f $gitignore) |
57 | 0 | 4 | unless my $git = IPC::Cmd::can_run("git") |
59 | 4 | 0 | unless (-e path($setup_dir)->child(".git")) |