| lib/HTML/Menu/Pages.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 224 | 0 | 4 | 0 | defined $_[0] and not ref $_[0] |
| 4 | 0 | 0 | defined $_[0] and not ref $_[0] and $_[0] eq 'HTML::Menu::Pages' | |
| 225 | 0 | 4 | 0 | defined $_[0] && (ref $_[0] eq 'HTML::Menu::Pages' || UNIVERSAL::isa($_[0], 'HTML::Menu::Pages')) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 104 | 2 | 0 | 0 | ref $class || $class || $HTML::Menu::Pages::DefaultClass |