| blib/lib/Template/Recall.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 4 | 0 | 1 | defined $h{'secpat_delims'} and not ref $h{'secpat_delims'} |
| 40 | 4 | 1 | 0 | defined $h{'secpat_delims'} and ref $h{'secpat_delims'} |
| 45 | 5 | 0 | 0 | defined $h{'val_delims'} and not ref $h{'val_delims'} |
| 48 | 5 | 0 | 0 | defined $h{'val_delims'} and ref $h{'val_delims'} |
| 58 | 0 | 3 | 0 | defined $h{'template_path'} and -e $h{'template_path'} |