Condition Coverage

blib/lib/Mite/Config.pm.mite.pm
Criterion Covered Total %
condition 15 90 16.6


and 3 conditions

line !l l&&!r l&&r condition
147 0 0 0 &Scalar::Util::blessed($to_coerce) and sub {
0 0 0 defined $to_coerce and not ref $to_coerce
158 0 0 0 &blessed($coerced_value) and $coerced_value->isa("Path::Tiny")
206 0 0 0 &Scalar::Util::blessed($to_coerce) and sub {
0 0 0 defined $to_coerce and not ref $to_coerce
217 0 0 0 &blessed($coerced_value) and $coerced_value->isa("Path::Tiny")
241 0 0 110 not ref $value and !defined($value) || $value eq '' || $value eq '0' || $value eq '1'
253 0 110 0 not $no_build and @{[] unless $meta->{'BUILD'};}
345 0 0 0 &Scalar::Util::blessed($to_coerce) and sub {
0 0 0 defined $to_coerce and not ref $to_coerce
356 0 0 18 &blessed($default_value) and $default_value->isa("Path::Tiny")
441 0 0 0 &Scalar::Util::blessed($to_coerce) and sub {
0 0 0 defined $to_coerce and not ref $to_coerce
452 0 0 18 &blessed($default_value) and $default_value->isa("Path::Tiny")
483 0 3 12 not ref $_[1] and !defined($_[1]) || $_[1] eq '' || $_[1] eq '0' || $_[1] eq '1'

or 3 conditions

line l !l&&r !l&&!r condition
59 0 106 0 ref $class || $class
78 4 106 0 $Mite::META{$class} ||= $class->__META__
142 0 0 0 ref $_[0] || $_[0]
0 0 0 ref $_[0] || $_[0]
201 0 0 0 ref $_[0] || $_[0]
0 0 0 ref $_[0] || $_[0]
241 1 109 0 !defined($value) || $value eq '' || $value eq '0' || $value eq '1'
269 0 0 0 $Mite::META{$class} ||= $class->__META__
276 7 0 0 ref $self || $self
277 7 0 0 $Mite::META{$class} ||= $class->__META__
338 0 0 0 ref $_[0] || $_[0]
0 0 0 ref $_[0] || $_[0]
434 0 0 0 ref $_[0] || $_[0]
0 0 0 ref $_[0] || $_[0]
483 1 12 0 !defined($_[1]) || $_[1] eq '' || $_[1] eq '0' || $_[1] eq '1'