Condition Coverage

lib/WWW/Workflowy.pm
Criterion Covered Total %
condition 16 38 42.1


and 3 conditions

line !l l&&!r l&&r condition
169 0 18 9 $stash and $stash->can($method)
220 3 0 0 $args{'guid'} and not $args{'url'}
0 2 1 not $args{'guid'} and $args{'url'}
2 0 0 $args{'guid'} and $args{'url'}
321 2 0 0 $args{'node'} and not $node_id

or 2 conditions

line l !l condition
298 0 0 $$outline{'rootProjectChildren'} ||= []
300 0 1 $$parent_node{'ch'} ||= []
556 1 0 $$result_json{'results'}[0]{'new_polling_interval_in_ms'} || 1000
692 46 22 shift() || [$node]

or 3 conditions

line l !l&&r !l&&!r condition
186 0 0 18 $ref eq 'HASH' || $ref eq 'ARRAY'
291 4 1 0 $args{'parent_id'} || $args{'parent_node'}{'id'}
310 1 3 0 $args{'node'} ||= _find_node($outline, $args{'node_id'})
644 0 0 0 $action eq 'fetch' or $action eq 'read'
0 0 0 $action eq 'fetch' or $action eq 'read' or $action eq 'get'