File Coverage

blib/script/false
Criterion Covered Total %
statement 1 1 100.0
branch n/a
condition n/a
subroutine n/a
pod n/a
total 1 1 100.0


line stmt bran cond sub pod time code
1             #!/usr/local/bin/perl
2              
3             =begin metadata
4              
5             Name: false
6             Description: exit unsuccesfully
7             Author: Abigail, perlpowertools@abigail.be
8             License: perl
9              
10             =end metadata
11              
12             =cut
13              
14 1           exit 1;
15              
16             __END__