line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
8
|
|
|
8
|
|
56
|
use strict; |
|
8
|
|
|
|
|
15
|
|
|
8
|
|
|
|
|
258
|
|
2
|
8
|
|
|
8
|
|
42
|
use warnings; |
|
8
|
|
|
|
|
18
|
|
|
8
|
|
|
|
|
414
|
|
3
|
|
|
|
|
|
|
package Graphics::Layout::Kiwisolver::Strength; |
4
|
|
|
|
|
|
|
# ABSTRACT: Constraint/Variable strength |
5
|
|
|
|
|
|
|
$Graphics::Layout::Kiwisolver::Strength::VERSION = '0.002'; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
__END__ |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=pod |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=encoding UTF-8 |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Graphics::Layout::Kiwisolver::Strength - Constraint/Variable strength |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 VERSION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
version 0.002 |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Zakariyya Mughal <zmughal@cpan.org> |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This software is copyright (c) 2019 by Zakariyya Mughal. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
32
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=cut |