t/cookbook/recipe06.xsi | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 22 | 18.1 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 0 | const char* Base06::method() |
41 | 0 | 0 | |
42 | 0 | 0 | MODULE = MyTest::Cookbook PACKAGE = MyTest::Cookbook::Derived06A |
46 | 0 | 0 | |
47 | 0 | 0 | const char* Derived06A::specific_method() |
50 | 34 | 0 | Stash(__PACKAGE__).inherit("MyTest::Cookbook::Base06"); |
34 | 0 | Stash(__PACKAGE__).inherit("MyTest::Cookbook::Base06"); | |
57 | 0 | 0 | |
58 | 0 | 0 | const char* Derived06B::specific_method() |
61 | 34 | 0 | Stash(__PACKAGE__).inherit("MyTest::Cookbook::Base06"); |
34 | 0 | Stash(__PACKAGE__).inherit("MyTest::Cookbook::Base06"); |