blib/lib/Net/Backpack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 36 | 2.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
669 | 0 | 0 | 0 | $params{'link_page'} and $params{'to_page'} |
693 | 0 | 0 | 0 | $params{'link_page'} and $params{'from_page'} |
939 | 0 | 0 | 0 | exists $params{'direction'} and $params{'direction'} =~ /move_(lower|higher|to_top|to_bottom)/ |
1186 | 0 | 0 | 0 | exists $params{'content'} and exists $params{'remind_at'} |
line | l | !l | condition |
---|---|---|---|
458 | 0 | 0 | $params{'forcearray'} || 1 |
526 | 0 | 0 | $params{'description'} ||= '' |
994 | 0 | 0 | $params{'body'} ||= '' |
1023 | 0 | 0 | $params{'title'} ||= '' |
1024 | 0 | 0 | $params{'body'} ||= '' |
1157 | 0 | 0 | $params{'remind_at'} ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
453 | 0 | 0 | 3 | $params{'token'} || croak("No Backpack API token passed Net::Backpack::new\n") |
455 | 0 | 0 | 0 | $params{'user'} || croak("No Backpack API user passed Net::Backpack::new\n") |
1189 | 0 | 0 | 0 | $params{'content'} ||= $reminders->{'reminders'}{'reminder'}{$params{'id'}}{'content'} |
1191 | 0 | 0 | 0 | $params{'remind_at'} ||= $reminders->{'reminders'}{'reminder'}{$params{'id'}}{'remind_at'} |