Kiwisolver.xs | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 1 | 100.0 |
branch | 2 | 4 | 50.0 |
condition | n/a | ||
subroutine | n/a | ||
pod | n/a | ||
total | 3 | 5 | 60.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #include <xs.h> | ||||||
2 | using namespace xs; | ||||||
3 | |||||||
4 | #include <kiwi/kiwi.h> | ||||||
5 | |||||||
6 | #include "Refcnt.xsi" | ||||||
7 | |||||||
8 | MODULE = Graphics::Layout::Kiwisolver PACKAGE = Graphics::Layout::Kiwisolver | ||||||
9 | PROTOTYPES: DISABLE | ||||||
10 | |||||||
11 | BOOT { | ||||||
12 | 8 | 50 | Stash(__PACKAGE__, GV_ADD).mark_as_loaded("Graphics::Layout::Kiwisolver"); | ||||
50 | |||||||
13 | } | ||||||
14 | |||||||
15 | INCLUDE: Variable.xsi | ||||||
16 | |||||||
17 | INCLUDE: Term.xsi | ||||||
18 | |||||||
19 | INCLUDE: Expression.xsi | ||||||
20 | |||||||
21 | INCLUDE: Strength.xsi | ||||||
22 | |||||||
23 | INCLUDE: Constraint.xsi | ||||||
24 | |||||||
25 | INCLUDE: Solver.xsi | ||||||
26 | |||||||
27 | INCLUDE: Symbolics.xsi |