line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
18
|
|
|
18
|
|
1501
|
use 5.014; |
|
18
|
|
|
|
|
230
|
|
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# ABSTRACT: Proxy class for Mojo::UserAgent::Mockable that will not set any proxy. |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
$Mojo::UserAgent::Mockable::Proxy::VERSION = '1.59'; |
6
|
|
|
|
|
|
|
use Mojo::Base 'Mojo::UserAgent::Proxy'; |
7
|
18
|
|
|
18
|
|
110
|
|
|
18
|
|
|
|
|
64
|
|
|
18
|
|
|
|
|
107
|
|
8
|
|
|
|
|
|
|
1; |
9
|
|
|
|
|
|
|
return; |
10
|
|
|
|
|
|
|
} |
11
|
0
|
|
|
0
|
1
|
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=pod |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=encoding UTF-8 |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 NAME |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Mojo::UserAgent::Mockable::Proxy - Proxy class for Mojo::UserAgent::Mockable that will not set any proxy. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 VERSION |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
version 1.59 |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 AUTHOR |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Kit Peters <popefelix@cpan.org> |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Kit Peters. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
34
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=cut |