Branch Coverage

blib/lib/Git/Wrapper/Plus/Support.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
111 0 28 unless $self->commands->has_entry($command)
112 27 1 if $self->commands->entry_supports($command, $self->versions)
138 0 6 unless $self->behaviors->has_entry($beh)
139 6 0 if $self->behaviors->entry_supports($beh, $self->versions)
165 0 1 unless $self->arguments->has_argument($command, $argument)
166 1 0 if $self->arguments->argument_supports($command, $argument, $self->versions)