| blib/lib/Rose/HTML/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 12 | 33.3 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 0 | 1093 | @_ > 1 ? : |
| 47 | 0 | 0 | defined $_[1] ? : |
| 0 | 0 | @_ > 1 ? : | |
| 55 | 61 | 0 | if (@_ == 1 and ref $_[0] eq 'HASH') { } |
| 0 | 0 | elsif (@_ and @_ % 2 == 0) { } | |
| 64 | 18 | 43 | unless keys %attrs |