Condition Coverage

blib/lib/Email/MIME/XPath.pm
Criterion Covered Total %
condition 5 14 35.7


or 2 conditions

line l !l condition
132 24 0 $_[0]->content_type || 'text/plain'
154 0 6 $node->__xpath_parent || bless({'root', $node}, 'Email::MIME::XPath::Root')
174 16 0 $node->content_type || 'text/plain'
216 0 0 $_[0]{'rank'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 0 $context ||= $self
79 102 2 0 $_[0]{'__xpath_engine'} ||= 'Tree::XPathEngine'->new($_[0]->__xpath_engine_options)