| blib/lib/Finance/Bank/IE/PermanentTSB.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 30 | 3.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 443 | 0 | 0 | 0 | $acc_type ne 'Switch Current A/C' and $acc_type ne 'Visa Card' | 
| 459 | 0 | 0 | 0 | defined $from and defined $to | 
| 620 | 0 | 0 | 0 | $i == 1 and $page == 1 | 
| 0 | 0 | 0 | $i > 1 and $page >= 1 | |
| 692 | 1 | 0 | 0 | defined $agent and not $error | 
| line | l | !l | condition | 
|---|---|---|---|
| 125 | 0 | 0 | $config_ref ||= \%cached_cfg | 
| 127 | 0 | 0 | $$config_ref{'croak'} || 1 | 
| 356 | 0 | 0 | $config_ref ||= \%cached_cfg | 
| 357 | 0 | 0 | $$config_ref{'croak'} || 1 | 
| 439 | 0 | 0 | $config_ref ||= \%cached_cfg | 
| 440 | 0 | 0 | $$config_ref{'croak'} || 1 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 620 | 0 | 0 | 0 | $i == 1 and $page == 1 or $i > 1 and $page >= 1 |