Branch Coverage

blib/lib/Perl/Shell.pm
Criterion Covered Total %
branch 5 22 22.7


line true false branch
207 0 0 @buffer ? :
208 0 0 unless (defined $line)
214 0 0 unless complete(@buffer)
222 0 0 if $@
233 0 0 if (-t STDIN) { }
234 0 0 unless ($term)
242 0 0 if defined $line
289 0 2 unless ($document)
294 1 1 unless (_INSTANCE $document->child(-1), 'PPI::Statement::Null')
300 0 8 if $_[1]->isa('PPI::Structure')
301 0 1 if $document->find_any(sub { not $_[1]->finish if $_[1]->isa('PPI::Structure'); } )