Branch Coverage

blib/lib/Git/Wrapper/Plus/Support/Range.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
77 0 118 if (not $self->min || $self->max)
100 34 1 if ($self->has_min and not $self->has_max)
101 34 0 if $versions_object->newer_than($self->min)
104 0 1 if ($self->has_max and not $self->has_min)
105 0 0 if $versions_object->older_than($self->max)
108 0 1 unless $versions_object->newer_than($self->min)
109 1 0 unless $versions_object->older_than($self->max)