| blib/lib/Shipwright/Backend/Git.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | -e $repo_path and -e $self->local_dir |
| 0 | 0 | 0 | -e $repo_path and -e $self->local_dir and not $args{'no_sync_local_dir'} | |
| 96 | 0 | 0 | 0 | $version and $version lt '1.6.2' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 174 | 0 | 0 | 0 | $args{'force'} or not -e $1 |