blib/lib/Nephia/MetaTemplate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 11 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 2 | 0 | 1 | $$self{'replace_table'}[0] and $$self{'replace_table'}[1] |
line | l | !l | condition |
---|---|---|---|
12 | 1 | 4 | $opts{'tag'} ||= '= ... ?>' |
13 | 1 | 4 | $opts{'arrow'} ||= '}->{' |
14 | 1 | 4 | $opts{'argument'} ||= '$arg->{...}' |
15 | 1 | 4 | $opts{'replace_table'} ||= [qr/^/, "? my \$arg = shift;\n"] |