| blib/lib/XML/Entities.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 22 | 59.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 0 | if (substr($_[0], 0, 1) eq 'x') { } |
| 42 | 1 | 3499 | if (ref $set eq 'HASH') { } |
| 47 | 0 | 3499 | unless grep {$_ eq $set;} 'all', @set_names |
| 52 | 3499 | 1 | if (defined wantarray) |
| 63 | 1 | 0 | if (ref $set eq 'HASH') { } |
| 68 | 0 | 0 | unless grep {$_ eq $set;} 'all', @set_names |
| 73 | 1 | 0 | if (defined wantarray) |
| 78 | 1 | 2 | exists $set{$1 . ';'} ? : |
| 1 | 3 | exists $set{$1} ? : | |
| 84 | 0 | 1 | if wantarray |
| 85 | 1 | 0 | if defined wantarray |