File Coverage

blib/lib/App/MaMGal/Entry/BrokenSymlink.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             # mamgal - a program for creating static image galleries
2             # Copyright 2007, 2008 Marcin Owsiany
3             # See the README file for license information
4             # A class for broken symlinks
5             package App::MaMGal::Entry::BrokenSymlink;
6 1     1   4444 use strict;
  1         3  
  1         24  
7 1     1   5 use warnings;
  1         2  
  1         33  
8 1     1   4 use base 'App::MaMGal::Entry::NonPicture';
  1         2  
  1         491  
9 1     1   4 use Carp;
  1         1  
  1         44  
10              
11             1;