blib/lib/Finance/Nadex/Contract.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 16 | 50.0 |
line | l | !l | condition |
---|---|---|---|
101 | 8 | 0 | $hashref->{'displayOffer'} || 'NoOffer' |
102 | 8 | 0 | $hashref->{'displayBid'} || 'NoBid' |
103 | 8 | 0 | $hashref->{'instrumentName'} || undef |
104 | 8 | 0 | $hashref->{'epic'} || undef |
105 | 8 | 0 | lc $hashref->{'instrumentType'} || undef |
106 | 8 | 0 | $hashref->{'displayPeriod'} || undef |
107 | 0 | 8 | $hashref->{'displayBidSize'} || undef |
108 | 0 | 8 | $hashref->{'displayOfferSize'} || undef |