| line | !l | l&&!r | l&&r | condition | 
 
| 110 | 0 | 0 | 0 | $xml and blessed $xml | 
 
|  | 0 | 0 | 0 | $xml and blessed $xml and $xml->isa('XML::LibXML::Node') | 
 
| 145 | 0 | 0 | 0 | not $super->can('xml2perl_map') and $super ne 'W3C::SOAP::XSD' | 
 
| 186 | 0 | 0 | 0 | blessed $item and $item->can('to_xml') | 
 
| 229 | 0 | 0 | 0 | $att->has_xs_name && $option{'like_xml'} | 
 
| 235 | 0 | 0 | 0 | blessed $element and $element->can('to_data') | 
 
| 242 | 0 | 0 | 0 | blessed $value and $value->can('to_data') | 
 
| 270 | 0 | 0 | 0 | $super ne 'W3C::SOAP::XSD' and eval {
	do {
	$super->can('get_xml_nodes')
}
} | 
 
| 305 | 0 | 0 | 0 | $parent_type =~ /^xsd:\w/msx && Moose::Util::TypeConstraints::find_type_constraint($parent_type) | 
 
| 306 | 0 | 0 | 0 | $subtype and not $args{'list'} || $args{'simple_list'} | 
 
| 357 | 0 | 0 | 0 | $this_type->has_parent and ref $this_type->parent | 
 
| 361 | 0 | 0 | 0 | !defined($_) && $args{'nillable'} |