Branch Coverage

blib/lib/Ukigumo/Client/VC/Git.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
24 0 0 unless (-d '.git')
25 0 0 unless $c->tee("git clone --branch $$self{'branch'} @{[$self->repository];} ./") == 0
27 0 0 unless $c->tee("git pull -f origin $$self{'branch'}") == 0
28 0 0 unless $c->tee('git submodule init') == 0
29 0 0 unless $c->tee('git submodule update') == 0
30 0 0 unless $c->tee('git clean -dxf') == 0
31 0 0 unless $c->tee('git status') == 0
39 0 0 if ($rev1 eq $rev2) { }