File Coverage

blib/lib/Devel/IPerl/Display/PNG.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             $Devel::IPerl::Display::PNG::VERSION = '0.012';
2             use strict;
3 2     2   173638 use warnings;
  2         14  
  2         59  
4 2     2   10  
  2         3  
  2         48  
5             use Moo;
6 2     2   535 with qw(Devel::IPerl::Display::Role::MIMESource Devel::IPerl::Display::Role::WebImage);
  2         10420  
  2         12  
7              
8             '[PNG image]', # TODO get dimensions?
9             }
10 5     5   12  
11              
12 5     5   111 1;
13              
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Devel::IPerl::Display::PNG
22              
23             =head1 VERSION
24              
25             version 0.012
26              
27             =head1 DESCRIPTION
28              
29             A L<Displayable|Devel::IPerl::Display::Role::Displayable> for images of MIME type C<image/png>.
30              
31             =head1 AUTHOR
32              
33             Zakariyya Mughal <zmughal@cpan.org>
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is copyright (c) 2014 by Zakariyya Mughal.
38              
39             This is free software; you can redistribute it and/or modify it under
40             the same terms as the Perl 5 programming language system itself.
41              
42             =cut