Condition Coverage

blib/lib/Net/Backpack.pm
Criterion Covered Total %
condition 1 36 2.8


and 3 conditions

line !l l&&!r l&&r condition
638 0 0 0 $params{'link_page'} and $params{'to_page'}
662 0 0 0 $params{'link_page'} and $params{'from_page'}
908 0 0 0 exists $params{'direction'} and $params{'direction'} =~ /move_(lower|higher|to_top|to_bottom)/
1155 0 0 0 exists $params{'content'} and exists $params{'remind_at'}

or 2 conditions

line l !l condition
449 0 0 $params{'forcearray'} || 1
495 0 0 $params{'description'} ||= ''
963 0 0 $params{'body'} ||= ''
992 0 0 $params{'title'} ||= ''
993 0 0 $params{'body'} ||= ''
1126 0 0 $params{'remind_at'} ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
442 0 0 3 $params{'token'} || croak("No Backpack API token passed Net::Backpack::new\n")
444 0 0 0 $params{'user'} || croak("No Backpack API user passed Net::Backpack::new\n")
1157 0 0 0 $params{'content'} ||= $$reminders{'reminders'}{'reminder'}{$params{'id'}}{'content'}
1159 0 0 0 $params{'remind_at'} ||= $$reminders{'reminders'}{'reminder'}{$params{'id'}}{'remind_at'}