Condition Coverage

blib/lib/Data/Section/Writer.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
28 3 2 0 is_blessed_ref($self->perl_filename) and $self->isa("Path::Tiny")
39 5 2 0 defined $encoding and $encoding ne "base64"
51 0 22 1 $filename =~ /\.(.*?)\z/u and @{$self->_formats->{$1} // []}
56 13 0 10 defined $data->[1] and $data->[1] eq "base64"
101 1 7 1 defined $orig and $orig eq $perl

or 2 conditions

line l !l condition
51 1 22 $self->_formats->{$1} // []