blib/lib/Plack/Middleware/Statsd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 10 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
123 | 6 | 0 | 0 | defined $rate and $rate >= 1 |
line | l | !l | condition |
---|---|---|---|
158 | 0 | 6 | $env->{'plack.xsendfile.type'} || $ENV{'HTTP_X_SENDFILE_TYPE'} || 'X-Sendfile' |
165 | 2 | 4 | $h->get('Content-Length') || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 0 | 6 | 0 | $env->{'psgix.monitor.statsd'} //= $self->client |