Branch Coverage

blib/lib/Tatsumaki/Application.pm
Criterion Covered Total %
branch 5 16 31.2


line true false branch
44 0 0 unless ref $path eq 'RegExp'
53 4 2 if ($path =~ /$$rule{'path'}/)
74 2 4 unless my $handler = $self->dispatch($req)
80 2 0 if ($self->static_path)
81 0 0 unless $1
95 0 0 if (@_)
96 0 0 ref $_[0] eq 'ARRAY' ? :
106 0 0 if (@_ == 2) { }