blib/lib/JMX/Jmx4Perl/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
264 | 1 | 0 | 1 | defined $method and $method eq 'GET' |
312 | 0 | 3 | 0 | length $value and not uc($value) =~ /^(POST|GET)$/i |
370 | 19 | 0 | 0 | not $$self{'attribute'} and $$self{'path'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
293 | 0 | 19 | 0 | ref $class || $class |
327 | 0 | 16 | 0 | shift() || $$self{'mbean'} |
368 | 19 | 0 | 0 | $$self{'type'} eq 'read' or $$self{'type'} eq 'write' |