Condition Coverage

lib/B/DeparseTree/Fragment.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
266 0 0 0 not exists $parent_info->{'fmt'} and scalar @texts == 1
0 0 0 not exists $parent_info->{'fmt'} and scalar @texts == 1 and eval { do { $texts[0]->isa('B::DeparseTree::Node') } }
274 0 0 0 $parent_info->{'text'} eq $child_text and $parent_info->{'parent'}
0 0 0 $parent_info->{'text'} eq $child_text and $parent_info->{'parent'} and $deparsed->{'optree'}{$parent_info->{'parent'}}
287 0 0 0 index($str, "\n") == -1 and $parent_info->{'parent'}
298 0 0 0 $nl_pos >= 0 and $nl_pos < $next_found_pos->[0]
329 0 0 0 ref $text eq 'ARRAY' and scalar @$text == 2
410 0 0 0 $info and $info->{'parent'}
432 0 0 0 ref $info and ref $info->{'texts'} eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
271 0 0 0 exists $parent_info->{'fmt'} or exists $parent_info->{'position'}