Branch Coverage

blib/lib/Plack/ResponseHelper.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
13 2 3 ref $options{$type} ? :
17 0 5 unless $helper =~ /^\w+(?:::\w+)*$/
20 0 5 unless eval "require $package"
36 1 8 unless exists $$HELPERS{$type}
39 0 7 if (ref $r =~ /^(?:ARRAY|CODE)$/)
42 7 0 if (UNIVERSAL::isa($r, 'Plack::Response'))