| blib/lib/assign/Struct.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 12 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 54 | 0 | 0 | 51 | $type eq "PPI::Token::Operator" and $tok->content eq "," | 
| 70 | 20 | 0 | 39 | @$in > 1 and ref $in->[0] eq "PPI::Token::Operator" | 
| 20 | 35 | 4 | @$in > 1 and ref $in->[0] eq "PPI::Token::Operator" and $in->[0]->content eq "=" | |
| 80 | 3 | 1 | 0 | ref $d eq "PPI::Token::Symbol" and not $def =~ /^\$\w+$/ |