Condition Coverage

blib/lib/Test/Able/Role/Meta/Class.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
366 6 0 1 &Scalar::Util::blessed($exception) and $exception->isa('Test::Able::FatalException')
370 0 6 1905 $self->on_method_plan_fail and $method->plan =~ /^\d+$/
409 134 1312 331 defined $method_type and $method_type eq $type
589 5 0 3 $$builder{'was_No_Plan'} and $self->runner_plan =~ /\d+/

or 3 conditions

line l !l&&r !l&&!r condition
350 4 157 1913 $setup_exception_count or $self->dry_run
556 4 29 14 $self->builder->{'No_Plan'} or $self->builder->{'was_No_Plan'}