| blib/lib/WDDX/Struct.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 15 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 189 | 0 | 0 | 0 | $element eq 'struct' and not $$self{'seen_structs'}++ | 
| 190 | 0 | 0 | 0 | $element eq 'var' and $$self{'seen_structs'} == 1 | 
| 212 | 0 | 0 | 0 | $element eq 'struct' and not --$$self{'seen_structs'} | 
| 0 | 0 | 0 | $element eq 'var' and $$self{'seen_structs'} == 1 | |
| 266 | 0 | 0 | 0 | ref $curr_var && $curr_var->is_parser |