Condition Coverage

blib/lib/Finance/QuoteHist/Yahoo.pm
Criterion Covered Total %
condition 0 51 0.0


and 3 conditions

line !l l&&!r l&&r condition
105 0 0 0 $start_date and $end_date
0 0 0 $start_date and $end_date and $start_date gt $end_date

or 2 conditions

line l !l condition
49 0 0 $parms{'ua_params'} ||= {}
50 0 0 $parms{'ua_params'}{'cookie_jar'} ||= {}
171 0 0 $data_result->{'indicators'} || {}
172 0 0 $data_indicators->{'quote'} || []
197 0 0 $data_result->{'events'} || {}
198 0 0 $data_events->{'splits'} || {}
214 0 0 $data_result->{'events'} || {}
215 0 0 $data_events->{'dividends'} || {}
228 0 0 $data->{'chart'}{'result'}[0] || {}

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 ref $that || $that
86 0 0 0 $parms{'target_mode'} || $self->target_mode
87 0 0 0 $parms{'parse_mode'} || $self->parse_mode
91 0 0 0 $target_mode eq 'quote' or $target_mode eq 'split'
0 0 0 $target_mode eq 'quote' or $target_mode eq 'split' or $target_mode eq 'dividend'
97 0 0 0 $parms{'granularity'} || $self->granularity
100 0 0 0 $1 eq 'w' or $1 eq 'm'
103 0 0 0 $start_date ||= $self->start_date
104 0 0 0 $end_date ||= $self->end_date