Branch Coverage

lib/Web/ComposableRequest/Base.pm
Criterion Covered Total %
branch 26 40 65.0


line true false branch
32 3 2 unless $len
46 3 2 unless my $cl = $self->content_length
47 0 2 unless my $fh = $self->_env->{'psgi.input'}
51 2 0 if $fh->can("seek")
53 2 0 if $fh->can("seek")
106 1 0 $v ? :
277 8 0 if ref $params
282 6 2 defined $_[0] && !&is_hashref($_[0]) ? :
295 25 2 defined $_[0] && !&is_hashref($_[0]) ? :
307 1 2 if (&is_arrayref($args[0])) { }
1 1 elsif (&is_hashref($args[0])) { }
315 0 1 if $args[0]{'base'}
318 3 0 if &first_char($path) ne "/"
320 2 1 if ($uri_params->[0])
321 0 2 if ($path =~ / \* /mx) { }
322 0 0 if defined $_
323 0 0 if ($path =~ / \* /mx) { }
328 2 0 if defined $_
334 0 3 if $query_params[0]
347 3 1 defined $_[0] && !&is_hashref($_[0]) ? :