File Coverage

blib/lib/Mojo/UserAgent/Mockable/Proxy.pm
Criterion Covered Total %
statement 5 6 83.3
branch n/a
condition n/a
subroutine 2 3 66.6
pod 1 1 100.0
total 8 10 80.0


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