Branch Coverage

blib/lib/Path/Dispatcher/Rule/Enum.pm
Criterion Covered Total %
branch 6 18 33.3


line true false branch
27 41 0 if ($self->case_sensitive) { }
29 24 92 if $path->path eq $value
34 0 0 if lc $path->path eq lc $value
47 0 0 if ($self->case_sensitive) { }
49 0 0 unless $truncated eq $value
58 0 0 unless lc $truncated eq lc $value
78 18 0 if ($self->case_sensitive) { }
81 30 42 if $partial eq $path
87 0 0 if lc $partial eq lc $path