| blib/lib/Akamai/Edgegrid.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 20 | 60.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 76 | 0 | 50 | if ($self->{'debug'}) | 
| 110 | 3 | 9 | if ($r->method eq 'POST' and length $r->content > 0) | 
| 112 | 1 | 2 | if (length $body > $self->{'max_body'}) | 
| 226 | 17 | 0 | unless ($self->{'config_file'}) | 
| 229 | 0 | 0 | if (-f $self->{'config_file'} and $self->{'section'}) | 
| 232 | 0 | 0 | if ($cfg->val($self->{'section'}, $variable)) { } | 
| 240 | 0 | 0 | if ($cfg->val($self->{'section'}, 'max_body')) | 
| 246 | 4 | 42 | unless ($self->{$arg}) | 
| 251 | 1 | 12 | unless ($self->{'headers_to_sign'}) | 
| 254 | 1 | 12 | unless ($self->{'max_body'}) |