| blib/lib/Template/Pure/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 11 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 32 | 0 | 0 | 0 | my $next = $obj->can('next') and my $all = $obj->can('all') | 
| 0 | 0 | 0 | my $next = $obj->can('next') and my $all = $obj->can('all') and my $reset = $obj->can('reset') | |
| 0 | 0 | 0 | my $next = $obj->can('next') and my $all = $obj->can('all') and my $reset = $obj->can('reset') and my $count = $obj->can('count') | 
| line | l | !l | condition | 
|---|---|---|---|
| 66 | 0 | 0 | $options->{'fields_method'} || 'display_fields' |