Branch Coverage

blib/lib/Net/Async/Matrix/Utils.pm
Criterion Covered Total %
branch 19 26 73.0


line true false branch
85 1 1 unless $format
87 1 0 if $format eq 'org.matrix.custom.html'
108 5 3 unless ref $node
112 1 2 if $_ eq 'b' or $_ eq 'strong'
113 0 2 if $_ eq 'i' or $_ eq 'em'
115 0 2 if $_ eq 'u'
116 0 2 if $_ eq 'strike'
118 0 2 if $_ eq 'tt' or $_ eq 'code'
120 1 1 if ($_ eq 'font')
124 1 0 defined $attrs{'color'} ? :
127 1 0 if defined $fg
175 1 2 unless ref $str
177 1 1 if ($str->tagnames and 1) { }