File Coverage

blib/lib/Devel/IPerl/Display/HTML.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod n/a
total 12 14 85.7


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