Branch Coverage

blib/lib/Spreadsheet/HTML/Presets/Beadwork.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
10 0 0 if ref($_[0]) =~ /^Spreadsheet::HTML/
11 0 0 $self ? :
22 0 0 if ($args->{'preset'})
24 0 0 if ref $sub eq 'CODE'
27 0 0 unless (defined $args->{'art'} and defined $args->{'map'})
28 0 0 if (defined $args->{'art'}) { }
0 0 elsif (defined $args->{'map'}) { }
35 0 0 $self ? :
38 0 0 unless ($args->{'art'} =~ /\n/)
39 0 0 if (open FH, '<', $args->{'art'}) { }
44 0 0 $self ? :
48 0 0 if (not ref $args->{'map'} and -r $args->{'map'})
52 0 0 unless (ref $args->{'map'})
54 0 0 $self ? :
58 0 0 if defined $args->{'bgcolor'}
74 0 0 unless my $color = $args->{'map'}{$chars[$col]}
95 0 0 $self ? :