File: | local/lib/perl5/Text/Diff.pm |
Coverage: | 0.0% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31 | 0 |
| shift() || {} | ||||||||||||
44 | 0 |
| $type eq 'GLOB' or UNIVERSAL::isa($seq, 'IO::Handle') | ||||||||||||
83 | 0 |
| $type eq 'GLOB' or UNIVERSAL::isa($output_handler, 'IO::Handle') | ||||||||||||
114 | 0 |
| not ref $style and $style->can('new') | ||||||||||||
154 | 0 |
| $diffs and ++$ctx > $ctx_lines * 2 | ||||||||||||
160 | 0 |
| not $diffs and @ops > $ctx_lines | ||||||||||||
191 | 0 |
| defined $fn1 and defined $fn2 | ||||||||||||
221 | 0 |
| $format eq 'unified' && $empty_range | ||||||||||||
249 | 0 |
| ref $proto || $proto | ||||||||||||
327 | 0 |
| $after <= $#$ops and $$ops[$after][2] ne ' ' | ||||||||||||
328 | 0 |
| $bang_it ||= $$ops[$after][2] ne $opcode |