Branch Coverage

blib/lib/Perlbal/Plugin/MaxContentLength.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
60 0 0 unless $cfg
64 0 0 unless $client
67 0 0 unless $$cfg{'max_content_length'}
70 0 0 unless $headers
74 0 0 unless $length
77 0 0 if $length <= $$cfg{'max_content_length'}