| blib/lib/JavaScript/Code/Type.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 13 | 30.7 |
| line | l | !l | condition |
|---|---|---|---|
| 53 | 0 | 0 | delete $$args{'type'} || '' |
| 83 | 0 | 4 | &Scalar::Util::reftype($_[0]) || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 46 | 0 | 2 | 0 | ref $this || $this |
| 81 | 0 | 4 | 0 | ref $this || $this |
| 93 | 0 | 2 | 0 | $reftype eq 'SCALAR' or $reftype eq '' |