| blib/lib/App/GitGot/Repo/Git.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 2 | 0 | $_ and $_->isa('Git::Wrapper::Exception') |
| 2 | 0 | 0 | $_ and $_->isa('Git::Wrapper::Exception') and $_->error eq "fatal: ref HEAD is not a symbolic ref\n" | |
| 94 | 0 | 0 | 1 | $_ and $_->isa('Git::Wrapper::Exception') |
| 0 | 0 | 1 | $_ and $_->isa('Git::Wrapper::Exception') and $_->{'status'} eq '1' |
| line | l | !l | condition |
|---|---|---|---|
| 58 | 2 | 0 | 'Git::Wrapper'->new($self->path) || die(q[Can't make Git::Wrapper]) |