Branch Coverage

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


line true false branch
42 0 42 unless $c_class
50 6 35 if (not defined $out) { }
0 35 elsif (blessed $out and $out->isa('Plack::Response')) { }
2 33 elsif (ref $out eq 'CODE') { }