blib/lib/Web/XDO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | -r $$xdo{'document_root'} and -d $$xdo{'document_root'} |
511 | 0 | 0 | 0 | $xdo and $$xdo{'cgi'} |
602 | 0 | 0 | 0 | $$xdo{'tags'}{$tag_name} and $$xdo{'tags'}{$tag_name}{'class'} |
1178 | 0 | 0 | 0 | $opts{'path'} and defined($title = $$props{'path-title'}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
423 | 0 | 0 | 0 | UNIVERSAL::isa($token, 'Web::XDO::Token::Tag') or UNIVERSAL::isa($token, 'Web::XDO::Token::EndTag') |
433 | 0 | 0 | 0 | $$def{'class'} eq 'Web::XDO::Token::Tag' or $$def{'class'} eq 'Web::XDO::Token::EndTag' |
972 | 0 | 0 | 0 | $$page{'xdo'}{'tags'}{$tag_name} || $xdo->default_tag_class |
978 | 0 | 0 | 0 | $$def{'class'} ||= $xdo->default_tag_class |