blib/lib/JMX/Jmx4Perl/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
264 | 1 | 0 | 1 | defined $method and $method eq 'GET' |
313 | 0 | 3 | 0 | length $value and not uc($value) =~ /^(POST|GET)$/i |
371 | 19 | 0 | 0 | not $self->{'attribute'} and $self->{'path'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
294 | 0 | 23 | 0 | ref $class || $class |
328 | 0 | 16 | 0 | shift() || $self->{'mbean'} |
369 | 19 | 0 | 4 | $self->{'type'} eq 'read' or $self->{'type'} eq 'write' |