Condition Coverage

blib/lib/ChordPro/Output/Markdown.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
71 88 12 55 $item->{'type'} eq "songline" and $item->{'context'} eq ""
134 0 0 0 $elt->{'chords'} && join('', map({$_->raw;} @{$$elt{'chords'};})) =~ /\S/
67 0 0 $single_space and not $elt->{'chords'} && join('', map({$_->raw;} @{$$elt{'chords'};})) =~ /\S/
234 32 0 18 defined $elt->{'chords'} and scalar @{$elt->{'chords'};} > 0
334 137 13 10 $elt->{'type'} eq "verse" and $last_type =~ /comment/

or 3 conditions

line l !l&&r !l&&!r condition
134 0 0 67 $lyrics_only or $single_space and not $elt->{'chords'} && join('', map({$_->raw;} @{$$elt{'chords'};})) =~ /\S/