Branch Coverage

blib/lib/AnyEvent/EditText.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
87 0 0 if ($pid = fork) { }
93 0 0 if ($l) { }
0 0 elsif (defined $l) { }
97 0 0 if ($buffer =~ s/^(.+?)\n\n//) { }
116 0 0 unless defined $pid
122 0 0 unless ($ex == 0)
124 0 0 if ($? == -1) { }
0 0 elsif ($? & 127) { }
127 0 0 $? & 128 ? :
138 0 0 unless (open $fh, "<$filename")