line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package HTML::Widget::Constraint::Maybe; |
2
|
|
|
|
|
|
|
|
3
|
88
|
|
|
88
|
|
78836
|
use warnings; |
|
88
|
|
|
|
|
200
|
|
|
88
|
|
|
|
|
2631
|
|
4
|
88
|
|
|
88
|
|
477
|
use strict; |
|
88
|
|
|
|
|
178
|
|
|
88
|
|
|
|
|
2763
|
|
5
|
88
|
|
|
88
|
|
456
|
use base 'HTML::Widget::Constraint'; |
|
88
|
|
|
|
|
175
|
|
|
88
|
|
|
|
|
12308
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
HTML::Widget::Constraint::Maybe - Deprecated |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 DESCRIPTION |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Deprecated - does nothing. |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 AUTHOR |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Sebastian Riedel, C |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 LICENSE |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
This library is free software, you can redistribute it and/or modify it under |
22
|
|
|
|
|
|
|
the same terms as Perl itself. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=cut |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
1; |