| blib/lib/Git/Wrapper/Plus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 122 | 4 | 0 | if (1 == @args) |
| 124 | 4 | 0 | if (&blessed($args[0])) |
| 125 | 2 | 2 | if ($args[0]->isa('Path::Tiny')) |
| 129 | 1 | 1 | if ($args[0]->isa('Path::Class::Dir')) |
| 133 | 0 | 1 | if ($args[0]->isa('Path::Class::File')) |
| 140 | 0 | 3 | if ref $args[0] |