Branch Coverage

blib/lib/Finance/Quote/RBA.pm
Criterion Covered Total %
branch 15 28 53.5


line true false branch
50 0 0 unless (@symbol_list)
62 0 0 wantarray ? :
74 0 1 unless ($resp->is_success)
90 0 1 unless ($ts)
99 1 0 if (&Scalar::Util::looks_like_number($ts->cell(1, $i)))
105 1 0 if (&Scalar::Util::looks_like_number($ts->cell(1, $i)))
112 0 1 unless (defined $col)
127 1 3 unless $symbol
130 0 3 unless (exists $want_symbol{$symbol})
133 0 3 unless defined $name
140 3 0 if (defined $time)
146 3 0 if ($symbol ne 'TWI')
180 2 9 if ($name =~ /(.*?) +\(Noon\)$/i) { }
7 2 elsif ($name =~ /(.*?) +\(([0-9]+)([ap]m)\)$/i) { }