| blib/lib/Finance/Google/Portfolio.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 17 | 5.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 1 | 0 | 0 | $self->user and $self->passwd |
| 46 | 0 | 0 | 0 | $self->user and $self->passwd |
| line | l | !l | condition |
|---|---|---|---|
| 67 | 0 | 0 | $pid ||= 1 |
| 101 | 0 | 0 | $details->{'pid'} || 1 |
| 0 | 0 | $details->{'type'} || '' | |
| 127 | 0 | 0 | $details->{'pid'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 0 | 0 | $details->{'date'} || do { my($month, $day, $year) = (localtime())[4, 3, 5]; $months[$month] . ' ' . $day . ', ' . ($year + 1900) } |