| blib/lib/Text/KDL/XS/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 13 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 0 | 1 | 1 | defined $n && $n > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 3 | 16 | $opts->{'version'} // "detect" |
| 62 | 1 | 0 | builtin::reftype($source) // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 1 | 0 | 0 | $reftype eq "GLOB" or builtin::blessed($source) |
| 66 | 1 | 0 | 0 | $reftype eq 'GLOB' || builtin::blessed($source) && ($source->can('sysread') || $source->can('read')) |