blib/lib/Finance/YahooJPN/QuoteDetail.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 27 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 0 | 0 | 1 | $$self{'market'} and $$self{'market'} =~ /^[a-zA-Z]$/ |
124 | 5 | 0 | 0 | $ts->depth eq '1' and $ts->count eq '3' |
0 | 5 | 0 | $ts->depth eq '0' and $ts->count eq '5' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 1 | 0 | 1 | $lowercase eq 'symbol' or $lowercase eq 'proxy' |
1 | 1 | 0 | $lowercase eq 'symbol' or $lowercase eq 'proxy' or $lowercase eq 'market' | |
27 | 1 | 0 | 0 | $$self{'symbol'} =~ /^\d{4}$/ or $$self{'symbol'} =~ /^\d{4}\.[a-zA-Z]$/ |
124 | 0 | 0 | 5 | $ts->depth eq '1' and $ts->count eq '3' or $ts->depth eq '0' and $ts->count eq '5' |
219 | 0 | 0 | 0 | scalar $$self{'volume'} or scalar $$self{'volume'} eq '0' |
236 | 0 | 0 | 0 | scalar $$self{'change'} or scalar $$self{'change'} eq '0' |