blib/lib/Data/JavaScript/Anon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 1 | 0 | 1 | defined $$opts{'quote_char'} and length $$opts{'quote_char'} |
143 | 0 | 0 | 74 | defined $_[0] && !ref($_[0]) |
209 | 0 | 0 | 66 | defined $_[0] && !ref($_[0]) |
line | l | !l | condition |
---|---|---|---|
81 | 16 | 3 | shift() || {} |
269 | 0 | 0 | ref $_[0] || 'a reference' |
278 | 0 | 0 | ref $_[0] || 'A reference of unknown type' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 2 | 0 | ref $proto || $proto |