| blib/lib/Template/Liquid/Tag/Unless.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 13 | 15 | 26 | $_->is_true ? : |
| 14 | 27 | 15 | unless grep {$_->is_true ? 1 : 0;} @{$$s{"blocks"}[0]{"conditions"};} |
| 17 | 3 | 1 | unless $_ |
| 1 | 3 | if grep {0 unless $_;} @{$$block{"conditions"};} |