| blib/lib/Net/Google/Code/Role/HTMLTree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 14 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 32 | 0 | 0 | if (blessed($args{'html'})) { } | 
| 41 | 0 | 0 | if ($args{'look_down'}) | 
| 47 | 0 | 0 | if $need_delete | 
| 49 | 0 | 0 | unless defined $text | 
| 51 | 0 | 0 | if $text eq $args{'as_text'} | 
| 53 | 0 | 0 | if (ref $args{'as_text'} eq 'Regexp' and my(@captures) = $text =~ /$args{'as_text'}/) | 
| 59 | 0 | 0 | wantarray ? : |