File Coverage

blib/lib/Cikl.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Cikl;
2              
3 1     1   35 use 5.014;
  1         4  
  1         50  
4 1     1   8 use strict;
  1         2  
  1         43  
5 1     1   6 use warnings;
  1         2  
  1         80  
6              
7             our $VERSION = '0.5.1';
8              
9             =head1 NAME
10              
11             Cikl - It's new $module
12              
13             =head1 SYNOPSIS
14              
15             use Cikl;
16              
17             =head1 DESCRIPTION
18              
19             Cikl is a cyber threat intelligence management system. It is a fork of the
20             Collective Intelligence Framework (CIF), which aims for the same goal. The
21             primary goals of this (currently experimental) fork is to improve speed,
22             scalability, functionality, and ease of installation.
23            
24             =head1 LICENSE
25              
26             Copyright (C) 2013 Wes Young (wesyoung.me)
27             Copyright (C) 2013 REN-ISAC and The Trustees of Indiana University (ren-isac.net)
28             Copyright (C) 2014 Michael Ryan (github.com/justfalter)
29              
30             Licensed under LGPL v3. See LICENSE for details.
31              
32             =head1 AUTHOR
33              
34             Mike Ryan Efalter at gmail.comE
35              
36             =cut
37              
38             1;