blib/lib/Goo/Thing/pm/Perl5ThereDocManager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
43 | 0 | 0 | if ($target =~ /\s+(\w+)\(/) |
50 | 0 | 0 | if ($target =~ /(\w+)::(\w+)\(/) |
57 | 0 | 0 | if ($target =~ /(\w+)\->(new)\(/) |
64 | 0 | 0 | if ($target =~ /(\w+)\->(\w+)\(/) |
70 | 0 | 0 | if $referent =~ /\$(this|self)/ |
79 | 0 | 0 | if ($current_scope =~ /my\s+\$$referent\s+=\s+(\w+)\->new\(/) |
89 | 0 | 0 | if ($current_scope =~ /my\s+\$$referent\s+=\s+(\w+)::(\w+)/) |
123 | 0 | 0 | if ($package and $method) |