blib/lib/Type/Tiny/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 13 | 1 | $] ge "5.010000" and $type =~ /^ArrayLike\[(.+)\]$/ |
0 | 10 | 1 | $] ge "5.010000" and $type =~ /^HashLike\[(.+)\]$/ | |
157 | 3 | 0 | 2 | $todo->{'type'} eq "expression" and $todo->{'op'}->type eq Type::Parser::COMMA() |
0 | 0 | 3 | $todo->{'type'} eq "primary" and $todo->{'token'}->type eq "QUOTELIKE" | |
218 | 23 | 0 | 12 | $e->{'type'} eq "expression" and $e->{'op'}->type eq Type::Parser::COMMA() |
line | l | !l | condition |
---|---|---|---|
115 | 4 | 0 | defined $_ or return |
126 | 10 | 0 | defined $_ or return |
144 | 0 | 0 | /^[^\W0-9]\w*$/ or return |