| blib/lib/Business/Bitcoin/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 2 | 0 | 0 | $args{'StartIndex'} and $args{'StartIndex'} =~ /\D/ |
| 61 | 1 | 1 | 0 | defined $args{'Address'} and defined $args{'Reference'} |
| 62 | 0 | 0 | 2 | defined $args{'_BizBTC'} and $args{'_BizBTC'}->db->ping |
| 171 | 7 | 1 | 0 | $auto =~ /^(confirmations|processed|status|amount|reference|error)$/x and defined $_[0] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 60 | 1 | 1 | 0 | defined $args{'Address'} or defined $args{'Reference'} |