lib/Text/vCard.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 28 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 83 | 1 | 33 | not defined $nodes and $value |
68 | 1 | 82 | 34 | scalar $nodes and $value |
172 | 1 | 1 | 65 | defined $conf and defined $conf->{'node_type'} |
249 | 0 | 0 | 1 | $node and @{$node;} > 0 |
0 | 1 | 0 | $node and @{$node;} > 0 and exists $node->[0]{'value'} | |
359 | 1 | 0 | 3 | defined $group_name and $group_name ne '' |
365 | 2 | 0 | 1 | defined $node_type and $node_type ne '' |
line | l | !l | condition |
---|---|---|---|
127 | 36 | 2 | $conf->{'encoding_out'} || 'UTF-8' |
575 | 14 | 296 | $conf->{'group'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
122 | 1 | 37 | 1 | ref $proto || $proto |