| blib/lib/WebService/Connpass.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 20 | 40.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 42 | 2 | 0 | 0 | defined $param{'disable_nextpage_fetch'} and $param{'disable_nextpage_fetch'} | 
| 134 | 0 | 0 | 2 | $$self{'nextpage_fetch'} == 1 and $_is_disable_autofetch == 0 | 
| 0 | 2 | 0 | $$self{'nextpage_fetch'} == 1 and $_is_disable_autofetch == 0 and @{$$self{'events'};} % $$self{'current_query'}{'count'} == 0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 50 | 0 | 2 | $param{'timeout'} || 10 | 
| 82 | 2 | 0 | \%query || {} | 
| 83 | 0 | 2 | $$self{'current_query'}{'count'} || 10 | 
| 122 | 0 | 6 | shift() || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 53 | 0 | 2 | 0 | $param{'agent'} || 'WebService::Connpass/' . $VERSION |