| blib/lib/File/Replace/DualHandle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 14 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 22 | 1 | 16 | unless @_ == 2 | 
| 24 | 2 | 14 | unless &blessed($repl) and $repl->isa("File::Replace") | 
| 37 | 2 | 6 | unless @_ == 1 or @_ == 2 | 
| 38 | 2 | 4 | if $_[0] =~ /^\s*\+?[<>]/ | 
| 41 | 2 | 2 | @_ == 2 ? : | 
| 61 | 5 | 6 | if (@_) { } | 
| 71 | 1 | 1 | +(shift())->{'repl'}->is_open ? : |