| blib/lib/Perl/ToPerl6.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 12 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 106 | 0 | 0 | 0 | &blessed($source_code) && $source_code->isa('Perl::ToPerl6::Document') |
| 124 | 0 | 0 | 0 | $_[-2] and $_[-2] eq 'doc' |
| 164 | 0 | 0 | 0 | @transformations and my $top = $self->config->top |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 1 | 0 | $args{-'config'} || 'Perl::ToPerl6::Config'->new(%args) |