Condition Coverage

blib/lib/Test/Kwalitee.pm
Criterion Covered Total %
condition 18 27 66.6


and 3 conditions

line !l l&&!r l&&r condition
48 0 1 1 (caller)[0]->isa('Test::Kwalitee') and (caller 1)[1] =~ m(^(?:\.[/\\])?xt\b)
80 36 16 128 @run_tests and not grep({$indicator->{'name'} eq $_;} @run_tests)
85 1 1 46 $ok &&= $result
111 0 0 1 $metric->{'details'} and ref $metric->{'details'} eq 'CODE'
116 1 0 0 defined $dist->{'error'} and defined $dist->{'error'}{$subname}

or 3 conditions

line l !l&&r !l&&!r condition
48 7 0 3 $ENV{'_KWALITEE_NO_WARN'} or $ENV{'AUTHOR_TESTING'}
0 0 3 $ENV{'_KWALITEE_NO_WARN'} or $ENV{'AUTHOR_TESTING'} or $ENV{'RELEASE_TESTING'}
0 1 2 $ENV{'_KWALITEE_NO_WARN'} or $ENV{'AUTHOR_TESTING'} or $ENV{'RELEASE_TESTING'} or (caller)[1] =~ m(^(?:\.[/\\])?xt\b)
1 1 1 $ENV{'_KWALITEE_NO_WARN'} or $ENV{'AUTHOR_TESTING'} or $ENV{'RELEASE_TESTING'} or (caller)[1] =~ m(^(?:\.[/\\])?xt\b) or (caller)[0]->isa('Test::Kwalitee') and (caller 1)[1] =~ m(^(?:\.[/\\])?xt\b)