Branch Coverage

blib/lib/WWW/Google/Contacts/Base.pm
Criterion Covered Total %
branch 9 24 37.5


line true false branch
22 0 0 if ($name eq $field) { }
0 0 elsif (&blessed($val) and $val->can('to_xml_hashref')) { }
27 0 0 if ($recurse)
42 3 6 unless $self->$incl
47 0 6 if defined $predicate and not $self->$predicate and not $attr->is_lazy
54 0 6 unless $val
61 0 4 $attr->is_element ? :
0 4 $attr->has_to_xml ? :
0 4 ref $val && ref $val eq 'ARRAY' ? :
2 4 &blessed($val) && $val->can('to_xml_hashref') ? :
72 0 0 if (defined $$data{$attr->xml_key})
73 0 0 if (my $writer = $attr->writer) { }