blib/lib/App/aki.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 26 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 0 | 15 | 0 | $decoded and $config->{'pointer'} |
224 | 15 | 0 | 0 | $config->{'header'} and ref $config->{'header'} eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
141 | 1 | 14 | $config->{'decoder'} || '' |
292 | 4 | 11 | $config->{'method'} ||= 'GET' |
293 | 4 | 11 | $config->{'timeout'} ||= 10 |
294 | 0 | 15 | $config->{'color'} ||= 0 |
296 | 5 | 10 | $config->{'out_enc'} ||= 'utf8' |
297 | 5 | 10 | $config->{'in_enc'} ||= 'utf8' |
299 | 5 | 10 | $config->{'indent'} ||= 4 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
223 | 15 | 0 | 0 | $config->{'agent'} || 'App::aki' . "/$VERSION" |
291 | 4 | 11 | 0 | $config->{'agent'} ||= "aki/$VERSION" |