File Coverage

blib/lib/Alien/ZMQ/latest.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Alien::ZMQ::latest;
2             # ABSTRACT: Alien package for the ZeroMQ library
3             $Alien::ZMQ::latest::VERSION = '0.010';
4 1     1   306347 use strict;
  1         3  
  1         31  
5 1     1   5 use warnings;
  1         2  
  1         31  
6              
7 1     1   6 use base qw( Alien::Base );
  1         2  
  1         592  
8 1     1   5988 use Role::Tiny::With qw( with );
  1         5332  
  1         69  
9              
10             with 'Alien::Role::Dino';
11              
12             1;
13              
14             __END__