| blib/lib/BBCode/Tag/IMG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 11 | 0 | 4 | 4 | ref $this_or_class and defined $this_or_class->param('SRC') |
| 62 | 0 | 0 | 6 | defined $src and defined $alt |
| 87 | 0 | 0 | 1 | defined $src and defined $alt |
| 109 | 0 | 0 | 2 | defined $src and defined $alt |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 1 | 1 | 4 | $param eq 'W' or $param eq 'H' |