blib/lib/App/BarnesNoble/WishListMinder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 59 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
309 | 0 | 0 | 0 | _eq($$book_row{'title'}, $$book{'title'}) and _eq($$book_row{'author'}, $$book{'author'}) |
351 | 0 | 0 | 0 | $current_price_row and _numEq($$current_price_row{'price'}, $$book{'price'}) |
0 | 0 | 0 | $current_price_row and _numEq($$current_price_row{'price'}, $$book{'price'}) and _numEq($$current_price_row{'list_price'}, $$book{'list_price'}) | |
0 | 0 | 0 | $current_price_row and _numEq($$current_price_row{'price'}, $$book{'price'}) and _numEq($$current_price_row{'list_price'}, $$book{'list_price'}) and _numEq($$current_price_row{'discount'}, $$book{'discount'}) | |
389 | 0 | 0 | 0 | $old and defined $$new{'price'} |
596 | 0 | 0 | 0 | $_[1] eq 'userid' and $_[4] eq '.barnesandnoble.com' |
0 | 0 | 0 | $_[1] eq 'userid' and $_[4] eq '.barnesandnoble.com' and $_[8] > $min_expires | |
642 | 0 | 0 | 0 | $_[0] and $_[0] eq 'version' |
line | l | !l | condition |
---|---|---|---|
86 | 0 | 0 | 'File::HomeDir'->my_dist_data('App-BarnesNoble-WishListMinder', {'create', 1}) || die(q[Can't determine data directory]) |
266 | 0 | 0 | $$book{'priority'} //= 3 |
426 | 0 | 0 | $dbh->last_insert_id((undef) x 4) // die("Unable to insert wishlist $wishlist_url") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
186 | 0 | 0 | 0 | $ENV{'VISUAL'} || $ENV{'EDITOR'} |
389 | 0 | 0 | 0 | not defined $$old{'price'} or $$new{'price'} < $$old{'price'} |
470 | 0 | 0 | 0 | $$config{'report'} || $$config{'email'} |
505 | 0 | 0 | 0 | $all_history or @$books == 1 |
629 | 0 | 0 | 0 | $response->last_modified // $response->date |
685 | 0 | 0 | 0 | $fetch_wishlist or $send_email |
0 | 0 | 0 | @args || $since_date |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
38 | 0 | 0 | 0 | 0 | defined $one xor defined $two |
48 | 0 | 0 | 0 | 0 | defined $one xor defined $two |