Branch Coverage

blib/lib/PAB3/CGI/RequestStd.pm
Criterion Covered Total %
branch 16 34 47.0


line true false branch
14 2 2 if (substr($key, $len - 2, 2) eq '[]') { }
16 0 2 if ($post) { }
17 0 0 if ref $_POST{$key} ne 'ARRAY'
21 1 1 if ref $_GET{$key} ne 'ARRAY'
24 1 1 if ref $_REQUEST{$key} ne 'ARRAY'
28 0 2 if ($post) { }
29 0 0 defined $_POST{$key} ? :
32 0 2 defined $_GET{$key} ? :
34 0 2 defined $_REQUEST{$key} ? :
53 0 0 if ($len and $RequestMaxData and $len > $RequestMaxData)
61 0 2 if (not $meth) { }
66 0 2 if ($meth eq 'POST')
79 4 0 if ($iv > 0) { }
84 4 0 if ($val)
88 0 4 if ($post) { }
98 0 0 if ($post) { }
106 0 2 if $jmp