| blib/lib/BBCode/Tag.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 21 | 71.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 92 | 0 | 0 | 183 | ref $v and UNIVERSAL::isa($v, 'ARRAY') | 
| 142 | 0 | 0 | 68 | @_ == 1 and UNIVERSAL::isa($_[0], 'BBCode::TagSet') | 
| 268 | 13 | 6 | 16 | defined $def and $def eq $k | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 20 | 423 | 1674 | 0 | ref $class || $class | 
| 93 | 122 | 33 | 28 | not defined $k or $k eq '' | 
| 196 | 22 | 0 | 546 | not defined $param or $param eq '' | 
| 234 | 3 | 8 | 3 | $follow or $this->parser->follow_override |