| blib/lib/BarefootJS/Backend/Xslate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 5 | 40.0 |
| line | l | !l | condition |
|---|---|---|---|
| 58 | 0 | 1 | $args{'xslate_options'} // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 1 | 0 | $args{'json_encoder'} // do { my $j = "JSON::PP"->new->canonical->allow_nonref; sub ($data) { return $j->encode($data); } } |