blib/lib/Perl/ToPerl6/Transformation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 26 | 23.0 |
line | l | !l | condition |
---|---|---|---|
79 | 1 | 0 | $elem->location || [0, 0, 0, 0, $self->filename] |
100 | 0 | 0 | $_->location->[0] || 0 |
0 | 0 | $_->location->[1] || 0 | |
115 | 0 | 0 | $_->necessity || 0 |
173 | 0 | 0 | $diagnostics{$transformer} ||= " No diagnostics available\n" |
300 | 1 | 0 | $elem->line_number || 0 |
1 | 0 | $stmnt->line_number || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
167 | 0 | 0 | 0 | ref $transformer || $transformer |
293 | 0 | 1 | 0 | $elem->statement || $elem |
294 | 1 | 0 | 0 | $stmnt->content || $Perl::ToPerl6::Transformation::EMPTY |
312 | 2 | 0 | 0 | not defined $_ or ref $_ |