Branch Coverage

blib/lib/URI/VersionRange/Constraint.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
44 0 1153 unless $string
58 1013 140 if ($string =~ /^(>=|<=|!=|<|>)(.*)/)
63 18 122 if $string eq "*"
73 5 2272 if $self->comparator eq "*"
75 234 2038 if $self->comparator eq "="