blib/lib/App/GitGot/Command/clone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 1 | 0 | say(STDERR 'ERROR: Need the URL to clone!') && exit(1) |
35 | 0 | 0 | 0 | say STDERR q[ERROR: Couldn't determine path] and exit(1) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
33 | 1 | 1 | 0 | $repo // say(STDERR 'ERROR: Need the URL to clone!') && exit(1) |
41 | 0 | 1 | 0 | $path //= "$cwd/$name" |