File Coverage

blib/lib/Task/App/Physics/ParticleMotion.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Task::App::Physics::ParticleMotion;
2              
3 2     2   32122 use strict;
  2         6  
  2         368  
4              
5             our $VERSION = '1.02';
6              
7             =head1 NAME
8              
9             Task::App::Physics::ParticleMotion - All modules required for the tk-motion application
10              
11             =head1 SYNOPSIS
12              
13             C
14              
15             =head1 DESCRIPTION
16              
17             L
18              
19             L
20              
21             L
22              
23             L
24              
25             L
26              
27             L
28              
29             L
30              
31             =head1 AUTHOR
32              
33             Steffen Mueller, C
34              
35             =head1 LICENSE
36              
37             This library is free software, you can redistribute it and/or modify it under
38             the same terms as Perl itself.
39              
40             =cut
41              
42             1;