File Coverage

blib/lib/Devel/IPerl/Display/SVG.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


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