line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package DBIx::Class::Helper::ResultSet::Shortcut::Search; |
2
|
|
|
|
|
|
|
$DBIx::Class::Helper::ResultSet::Shortcut::Search::VERSION = '2.035000'; |
3
|
57
|
|
|
57
|
|
361249
|
use strict; |
|
57
|
|
|
|
|
163
|
|
|
57
|
|
|
|
|
1728
|
|
4
|
57
|
|
|
57
|
|
328
|
use warnings; |
|
57
|
|
|
|
|
137
|
|
|
57
|
|
|
|
|
2152
|
|
5
|
|
|
|
|
|
|
|
6
|
57
|
|
|
|
|
349
|
use parent (qw( |
7
|
|
|
|
|
|
|
DBIx::Class::Helper::ResultSet::Shortcut::Search::Null |
8
|
|
|
|
|
|
|
DBIx::Class::Helper::ResultSet::Shortcut::Search::NotNull |
9
|
|
|
|
|
|
|
DBIx::Class::Helper::ResultSet::Shortcut::Search::Like |
10
|
|
|
|
|
|
|
DBIx::Class::Helper::ResultSet::Shortcut::Search::NotLike |
11
|
57
|
|
|
57
|
|
393
|
)); |
|
57
|
|
|
|
|
149
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
__END__ |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=pod |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 NAME |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
DBIx::Class::Helper::ResultSet::Shortcut::Search |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com> |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This software is copyright (c) 2020 by Arthur Axel "fREW" Schmidt. |
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 |