Branch Coverage

blib/lib/WebNano.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
29 0 36 unless $c_class
36 4 31 if (not defined $out) { }
0 31 elsif (&blessed($out) and $out->isa('Plack::Response')) { }
2 29 elsif (ref $out eq 'CODE') { }