lib/Git/Wrapper/Plus/Support.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
110 | 0 | 28 | unless $self->commands->has_entry($command) |
111 | 27 | 1 | if $self->commands->entry_supports($command, $self->versions) |
137 | 0 | 6 | unless $self->behaviors->has_entry($beh) |
138 | 6 | 0 | if $self->behaviors->entry_supports($beh, $self->versions) |
164 | 0 | 1 | unless $self->arguments->has_argument($command, $argument) |
165 | 1 | 0 | if $self->arguments->argument_supports($command, $argument, $self->versions) |