| blib/lib/Weasel/WidgetHandlers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 2 | 16 | 12.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 103 | 0 | 0 | exists $cache->{$att} ? : | 
| 129 | 0 | 0 | unless $tag eq $conditions->{'tag_name'} | 
| 132 | 0 | 0 | if (exists $conditions->{'classes'}) | 
| 134 | 0 | 0 | unless defined $elem_classes | 
| 141 | 0 | 0 | unless exists $elem_classes->{$class} | 
| 149 | 0 | 0 | unless _att_eq($conditions->{'attributes'}{$att}, _cached_elem_att($elem_att_cache, $driver, $_id, $att)) | 
| 164 | 0 | 4 | if scalar @matches > 1 | 
| 168 | 0 | 4 | $best_match ? : |