File Coverage

starfish
Criterion Covered Total %
statement n/a
branch n/a
condition n/a
subroutine n/a
pod n/a
total n/a


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2             # (c) 2001-2020 Vlado Keselj http://web.cs.dal.ca/~vlado vlado@dnlp.ca
3             #
4             # starfish - a script for using Starfish.pm
5             #
6             # The script runs the function starfish_cmd with a list of files and
7             # options given in the command line.
8             #
9             # For more documentation, please consult Text::Starfish.pm.
10              
11             use Text::Starfish;
12             starfish_cmd(@ARGV);