| blib/lib/App/Rgit/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 22 | 90.9 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 1 | 1 | defined $ENV{'GIT_DIR'} ? : |
| 21 | 2 | defined $args{'root'} ? : | |
| 52 | 1 | 22 | unless -d $root |
| 56 | 1 | 1 | defined $ENV{'GIT_EXEC_PATH'} ? : |
| 20 | 2 | defined $args{'git'} ? : | |
| 71 | 21 | 1 | if (-x $c) |
| 76 | 1 | 21 | unless defined $git |
| 80 | 0 | 21 | unless eval "require $conf; 1" |
| 83 | 0 | 21 | unless defined $r |
| 85 | 4 | 17 | defined $args{'debug'} ? : |
| 108 | 10 | 34 | if ($self->debug >= $level) |