blib/lib/Data/Microformat/hCard/type.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 9 | 19 | $tree->attr('class') =~ /(email|tel)/ and $tree->tag =~ /(a|area)/ |
9 | 17 | 2 | $tree->attr('class') =~ /(email|tel)/ and $tree->tag =~ /(a|area)/ and $tree->attr('href') | |
37 | 17 | 0 | 2 | $bit->tag eq 'abbr' and $bit->attr('title') |
0 | 0 | 17 | $tree->attr('class') =~ /(email|tel)/ and $bit->tag =~ /(a|area)/ | |
0 | 15 | 2 | $tree->attr('class') =~ /(email|tel)/ and $bit->tag =~ /(a|area)/ and $bit->attr('href') | |
69 | 9 | 1 | 16 | length $bit > 0 and not $object->value |