File Coverage

blib/lib/open2.pl
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             # This is a compatibility interface to IPC::Open2. New programs should
2             # do
3             #
4             # use IPC::Open2;
5             #
6             # instead of
7             #
8             # require 'open2.pl';
9              
10             package main;
11 1     1   3157 use IPC::Open2 'open2';
  1         5920  
  1         146  
12             1