| blib/lib/HTML/Widget/Plugin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 16 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 29 | 197 | 3 | unless defined $arg | 
| 31 | 0 | 200 | unless ref $arg and &reftype($arg) eq 'HASH' | 
| 36 | 0 | 449 | unless $_->can('_attribute_args') | 
| 43 | 0 | 649 | unless $_->can('_boolean_args') | 
| 69 | 56 | 1 | $given_arg ? : | 
| 74 | 82 | 271 | if (exists $arg->{$_}) | 
| 76 | 5 | 0 | $arg->{'attr'}{$_} ? : | 
| 5 | 77 | if $bool{$_} |