Condition Coverage

blib/lib/App/aki.pm
Criterion Covered Total %
condition 20 26 76.9


and 3 conditions

line !l l&&!r l&&r condition
125 0 20 1 $decoded and $$config{'pointer'}
224 19 0 2 $$config{'header'} and ref $$config{'header'} eq 'ARRAY'

or 2 conditions

line l !l condition
141 1 20 $$config{'decoder'} || ''
292 6 15 $$config{'method'} ||= 'GET'
293 6 15 $$config{'timeout'} ||= 10
294 0 21 $$config{'color'} ||= 0
296 7 14 $$config{'out_enc'} ||= 'utf8'
297 7 14 $$config{'in_enc'} ||= 'utf8'
299 7 14 $$config{'indent'} ||= 4

or 3 conditions

line l !l&&r !l&&!r condition
220 21 0 0 $$config{'agent'} || 'App::aki' . "/$VERSION"
291 6 15 0 $$config{'agent'} ||= "aki/$VERSION"