| blib/lib/App/PerlFuzzyTokenFinder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | if $class->_try_match($start, $find_tokens) |
| 36 | 0 | 0 | unless defined $target_token |
| 40 | 0 | 0 | unless defined $find |
| 42 | 0 | 0 | if ($find->content eq '...') { } |
| 43 | 0 | 0 | if $target_token->content eq ';' |
| 47 | 0 | 0 | unless defined $find_next |
| 49 | 0 | 0 | if ($class->_snext_token($target_token) and $class->_snext_token($target_token)->content eq $find_next->content) { } |
| 56 | 0 | 0 | if ($target_token->content eq $find->content) { } |
| 74 | 0 | 0 | unless $token |