blib/lib/Data/Microformat/hFeed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 29 | 0 | 0 | _match($feed_class, 'lang') and $bit->tag eq 'body' |
29 | 0 | 0 | _match($feed_class, 'self') and $bit->tag eq 'link' | |
14 | 0 | 4 | _match($feed_class, 'tag') and _match($feed_class, 'directory') |
line | l | !l | condition |
---|---|---|---|
43 | 12 | 0 | $bit->attr('class') || $bit->attr('rel') || $bit->attr('lang') || $bit->attr('http-equiv') || $bit->tag || (return 0) |
101 | 2 | 0 | $element->attr('title') || (return) |
106 | 401 | 0 | shift() || (return 0) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | $bit->attr('content') || $bit->as_text |