blib/lib/Net/Tomcat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 0 | 0 | 0 | defined $o && (time - $$o{'__timestamp'} < $$self{'refresh_interval'} ? 1 : 0) |
82 | 0 | 0 | 0 | defined $$self{'__connectors'} and time - $$self{'__connector_timestamp'} < $$self{'refresh_interval'} |
183 | 0 | 0 | 0 | $k and $v |
line | l | !l | condition |
---|---|---|---|
31 | 0 | 0 | defined $args{$_} or die "Mandatory parameter $_ not supplied in constructor\n" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | $args{$_} || $$ATTR{$_}{'default'} |