blib/lib/Test/FITesque/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | l | !l | condition |
---|---|---|---|
55 | 6 | 20 | $args ||= {} |
73 | 26 | 19 | $$self{'data'} ||= [] |
89 | 35 | 1 | $$self{'data'} || [] |
97 | 37 | 7 | $fixture_class->method_test_count($method_string) || 0 |
117 | 25 | 1 | $$self{'data'} || [] |
163 | 27 | 4 | $fixture_object->method_test_count($method_string) || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 8 | 0 | 2 | $Builder->isa('Test::FakeBuilder') or not $Builder->has_plan |