Branch Coverage

blib/lib/Test/FITesque/Test.pm
Criterion Covered Total %
branch 26 26 100.0


line true false branch
91 35 1 if (@$data)
119 25 1 if (@$data) { }
123 22 1 if (not defined $$self{'__test_has_run__'}) { }
133 10 12 unless ($pkg->isa('Test::FITesque::Suite'))
134 8 2 $TEST_BUILDER ? :
137 8 2 if ($Builder->isa('Test::FakeBuilder') or not $Builder->has_plan)
138 4 4 if (my $count = $self->test_count) { }
152 1 32 unless ($fixture_object->parse_method_string($method_string))
158 23 9 $TEST_BUILDER ? :
161 1 31 unless defined $method
165 3 28 if $METHOD_DETAIL_VERBOSE
185 2 58 if $@
186 2 56 unless $class->isa('Test::FITesque::Fixture')