blib/lib/PPI/Token/Attribute.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
59 | 310 | 374 | $self->{'content'} =~ /^(.+?)\(/ ? : |
80 | 310 | 374 | $self->{'content'} =~ /\((.*)\)$/ ? : |
96 | 591 | 471 | unless ($char eq "(") |
105 | 24 | 447 | if (ref $string) |
131 | 65 | 1216 | unless ($t->{'line'} =~ /\G((?:\\.|[^()])*?[()])/cg) |
134 | 24 | 41 | unless $t->_fill_line(1) |
144 | 623 | 593 | $1 =~ /\($/ ? : |
769 | 447 | if $depth += $1 =~ /\($/ ? 1 : -1 |