| blib/lib/PDF/Template/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 16 | 6.2 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 1 | if @_ % 2 |
| 42 | 0 | 0 | unless exists $PDF::Template::Base::Verify{$option} and UNIVERSAL::isa($PDF::Template::Base::Verify{$option}, 'HASH') |
| 44 | 0 | 0 | if (defined $val_ref) { } |
| 0 | 0 | elsif (not defined $$self{$option}) { } | |
| 0 | 0 | elsif (not exists $PDF::Template::Base::Verify{$option}{$$self{$option}}) { } | |
| 46 | 0 | 0 | if (not defined $$val_ref) { } |
| 0 | 0 | elsif (not exists $PDF::Template::Base::Verify{$option}{$$val_ref}) { } | |
| 106 | 0 | 0 | unless $_[0]{'__THIS_HAS_RENDERED__'} |