Condition Coverage

lib/Parse/File/Taxonomy/Index.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
178 0 0 0 ref $args and reftype $args eq 'HASH'
182 0 0 0 $$args{'file'} and $$args{'components'}
196 0 0 0 ref $$args{'components'} and reftype($$args{'components'}) eq 'HASH'
201 0 0 0 ref $$args{'components'}{$k} and reftype($$args{'components'}{$k}) eq 'ARRAY'
206 0 0 0 ref $row and reftype $row eq 'ARRAY'
287 0 0 0 length $$rec[$$data{'parent_id_col_idx'}] and not $$rec[$$data{'parent_id_col_idx'}] =~ /^\d+$/
350 0 0 0 length $parent_id and not $ids_seen{$parent_id}
689 0 0 0 ref $args and reftype $args eq 'HASH'
697 0 0 0 $$args{'path_col_sep'} and not $$args{'as_string'}

or 3 conditions

line l !l&&r !l&&!r condition
180 0 0 0 $$args{'file'} or $$args{'components'}
710 0 0 0 $f eq $self->id_col or $f eq $self->parent_id_col
0 0 0 $f eq $self->id_col or $f eq $self->parent_id_col or $f eq $self->component_col