blib/lib/Template/Liquid/Context.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 20 | 35.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | "ARRAY" eq ref $target->{$_} and 'ARRAY' eq ref $source->{$_} || !ref($source->{$_}) |
0 | 0 | 0 | "HASH" eq ref $target->{$_} and 'HASH' eq ref $source->{$_} || !ref($source->{$_}) | |
111 | 1247 | 2 | 907 | $var =~ /^[-\+]?(\d*\.)?\d+$/o and not exists $$$cursor{$path[0]} |
147 | 1378 | 0 | 2 | &Scalar::Util::blessed($$cursor) and $$cursor->can($crumb) |
line | l | !l | condition |
---|---|---|---|
90 | 99 | 8 | $merge_precedent ||= {"SCALAR", {"SCALAR", sub { |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | 'ARRAY' eq ref $source->{$_} || !ref($source->{$_}) |
0 | 0 | 0 | 'HASH' eq ref $source->{$_} || !ref($source->{$_}) |