Condition Coverage

blib/lib/Mite/Project.pm.mite.pm
Criterion Covered Total %
condition 10 45 22.2


and 3 conditions

line !l l&&!r l&&r condition
122 0 0 0 &blessed($args->{'config'}) and $args->{'config'}->isa("Mite::Config")
167 0 109 0 not ref $value and !defined($value) || $value eq '' || $value eq '0' || $value eq '1'
179 0 109 0 not $no_build and @{[] unless $meta->{'BUILD'};}
260 0 0 104 &blessed($default_value) and $default_value->isa("Mite::Config")
276 0 14 0 not ref $_[1] and !defined($_[1]) || $_[1] eq '' || $_[1] eq '0' || $_[1] eq '1'
311 0 0 0 $INC{'Moose/Util.pm'} and my $meta = Moose::Util::find_meta(ref $self || $self)
314 0 0 0 $meta->can("does_role") and $meta->does_role($role)

or 3 conditions

line l !l&&r !l&&!r condition
61 0 106 0 ref $class || $class
80 3 106 0 $Mite::META{$class} ||= $class->__META__
167 109 0 0 !defined($value) || $value eq '' || $value eq '0' || $value eq '1'
195 0 0 0 $Mite::META{$class} ||= $class->__META__
202 5 0 0 ref $self || $self
203 5 0 0 $Mite::META{$class} ||= $class->__META__
276 0 0 0 !defined($_[1]) || $_[1] eq '' || $_[1] eq '0' || $_[1] eq '1'
311 0 0 0 ref $self || $self