| lib/Git/Wrapper/Plus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 121 | 4 | 0 | if (1 == @args) |
| 123 | 4 | 0 | if (blessed($args[0])) |
| 124 | 2 | 2 | if ($args[0]->isa('Path::Tiny')) |
| 128 | 1 | 1 | if ($args[0]->isa('Path::Class::Dir')) |
| 132 | 0 | 1 | if ($args[0]->isa('Path::Class::File')) |
| 139 | 0 | 3 | if ref $args[0] |