Branch Coverage

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


line true false branch
76 0 118 if (not $self->min || $self->max)
99 34 1 if ($self->has_min and not $self->has_max)
100 34 0 if $versions_object->newer_than($self->min)
103 0 1 if ($self->has_max and not $self->has_min)
104 0 0 if $versions_object->older_than($self->max)
107 0 1 unless $versions_object->newer_than($self->min)
108 1 0 unless $versions_object->older_than($self->max)