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