blib/lib/MarpaX/Languages/PowerBuilder/base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
26 | 3 | 0 | unless ($self->can('grammar')) |
47 | 0 | 3 | unless ref $self and $self->can('grammar') |
51 | 0 | 3 | if (ref $input eq 'GLOB') { } |
0 | 6 | elsif (not $input =~ /\n/ and -f $input) { } | |
58 | 2 | 1 | if ($AUTO_DECODE and $input =~ /^\s*HA\$/i) |
74 | 2 | 30 | unless (exists $self->{'__value__'}) |