| blib/lib/SoggyOnion/Resource.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 0 | unless (ref $item eq 'HASH') |
| 19 | 0 | 0 | if (not defined $$item{'id'} or $$item{'id'} =~ /\W/) |
| 25 | 0 | 0 | if (exists $$item{'rss'}) |
| 30 | 0 | 0 | if (exists $$item{'images'}) { } |
| 0 | 0 | elsif (exists $$item{'plugin'}) { } | |
| 39 | 0 | 0 | if ($@) |
| 47 | 0 | 0 | if $@ |