Condition Coverage

blib/lib/RDF/Converter/CSV.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 0 exists $params{'FILENAME'} and exists $params{'URI'}
0 0 0 exists $params{'FILENAME'} and exists $params{'URI'} and exists $params{'PREFIX'}
107 0 0 0 $primary{ident $this} and not grep(/^$primary{ident $this}$/, @$field_names)

or 3 conditions

line l !l&&r !l&&!r condition
106 0 0 0 not $field_names or scalar @$row != scalar @$field_names
107 0 0 0 not $primary{ident $this} or $primary{ident $this} and not grep(/^$primary{ident $this}$/, @$field_names)