Condition Coverage

blib/lib/Dist/Data.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
219 10 1 1 $key =~ m[^lib/] and $key =~ /\.pod$/
272 1 1 1 $self->has_dir and $self->has_filename
278 0 1 2 @args % 2 == 1 and ref $args[0] ne 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
196 1 0 11 $key =~ /\.pm$/ or $key =~ /\.pl$/
240 1 0 11 $_ =~ m[^bin/] or $_ =~ m[^script/]