| blib/lib/Template/Liquid/Tag/If.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 8 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 97 | unless defined $args->{'template'} |
| 23 | 0 | 97 | unless defined $args->{'parent'} |
| 30 | 0 | 97 | unless defined $args->{'attrs'} and $args->{'attrs'} =~ /\S$/o |
| 64 | 74 | 106 | if grep {$_;} @{$$block{"conditions"};} |