Branch Coverage

File:lib/Yukki/Web/Router/Route.pm
Coverage:80.0%

line%coveragebranch
112100TFif (ref $defaults{$key} eq 'ARRAY')
130100TFunless @$parts >= $self->length_without_optionals and $self->has_slurpy_match || @$parts <= $self->length
13650TF$self->has_defaults ? :
139100TFunless (@parts)
14050TFunless $self->is_component_optional($c)
147100TFif ($self->is_component_slurpy($c)) { }
155100TFif ($self->is_component_variable($c)) { }
15850TFif (my $v = $self->has_validation_for($name))
15950TFunless $v->check($part)
166100TFunless $c eq $part