| line | stmt | bran | cond | sub | pod | time | code | 
| 1 | 8 |  |  | 8 |  | 2301273 | use Renard::Incunabula::Common::Setup; | 
|  | 8 |  |  |  |  | 60 |  | 
|  | 8 |  |  |  |  | 46 |  | 
| 2 |  |  |  |  |  |  | package Intertangle::API::Kiwisolver; | 
| 3 |  |  |  |  |  |  | # ABSTRACT: API for Kiwisolver constraint solver | 
| 4 |  |  |  |  |  |  | $Intertangle::API::Kiwisolver::VERSION = '0.001'; | 
| 5 | 8 |  |  | 8 |  | 58518 | use XS::Framework; | 
|  | 8 |  |  |  |  | 445943 |  | 
|  | 8 |  |  |  |  | 266 |  | 
| 6 | 8 |  |  | 8 |  | 61 | use XS::Loader; | 
|  | 8 |  |  |  |  | 16 |  | 
|  | 8 |  |  |  |  | 215 |  | 
| 7 |  |  |  |  |  |  | XS::Loader::load(); | 
| 8 |  |  |  |  |  |  |  | 
| 9 | 8 |  |  | 8 |  | 3315 | use Intertangle::API::Kiwisolver::Variable; | 
|  | 8 |  |  |  |  | 20 |  | 
|  | 8 |  |  |  |  | 244 |  | 
| 10 | 8 |  |  | 8 |  | 3134 | use Intertangle::API::Kiwisolver::Term; | 
|  | 8 |  |  |  |  | 20 |  | 
|  | 8 |  |  |  |  | 246 |  | 
| 11 | 8 |  |  | 8 |  | 3409 | use Intertangle::API::Kiwisolver::Expression; | 
|  | 8 |  |  |  |  | 20 |  | 
|  | 8 |  |  |  |  | 257 |  | 
| 12 | 8 |  |  | 8 |  | 2997 | use Intertangle::API::Kiwisolver::Constraint; | 
|  | 8 |  |  |  |  | 20 |  | 
|  | 8 |  |  |  |  | 259 |  | 
| 13 | 8 |  |  | 8 |  | 6679 | use Intertangle::API::Kiwisolver::Strength; | 
|  | 8 |  |  |  |  | 22 |  | 
|  | 8 |  |  |  |  | 357 |  | 
| 14 |  |  |  |  |  |  |  | 
| 15 |  |  |  |  |  |  | 1; | 
| 16 |  |  |  |  |  |  |  | 
| 17 |  |  |  |  |  |  | __END__ | 
| 18 |  |  |  |  |  |  |  | 
| 19 |  |  |  |  |  |  | =pod | 
| 20 |  |  |  |  |  |  |  | 
| 21 |  |  |  |  |  |  | =encoding UTF-8 | 
| 22 |  |  |  |  |  |  |  | 
| 23 |  |  |  |  |  |  | =head1 NAME | 
| 24 |  |  |  |  |  |  |  | 
| 25 |  |  |  |  |  |  | Intertangle::API::Kiwisolver - API for Kiwisolver constraint solver | 
| 26 |  |  |  |  |  |  |  | 
| 27 |  |  |  |  |  |  | =head1 VERSION | 
| 28 |  |  |  |  |  |  |  | 
| 29 |  |  |  |  |  |  | version 0.001 | 
| 30 |  |  |  |  |  |  |  | 
| 31 |  |  |  |  |  |  | =head1 SEE ALSO | 
| 32 |  |  |  |  |  |  |  | 
| 33 |  |  |  |  |  |  | =head1 AUTHOR | 
| 34 |  |  |  |  |  |  |  | 
| 35 |  |  |  |  |  |  | Zakariyya Mughal <zmughal@cpan.org> | 
| 36 |  |  |  |  |  |  |  | 
| 37 |  |  |  |  |  |  | =head1 COPYRIGHT AND LICENSE | 
| 38 |  |  |  |  |  |  |  | 
| 39 |  |  |  |  |  |  | This software is copyright (c) 2019 by Zakariyya Mughal. | 
| 40 |  |  |  |  |  |  |  | 
| 41 |  |  |  |  |  |  | This is free software; you can redistribute it and/or modify it under | 
| 42 |  |  |  |  |  |  | the same terms as the Perl 5 programming language system itself. | 
| 43 |  |  |  |  |  |  |  | 
| 44 |  |  |  |  |  |  | =cut |