| lib/App/Fed.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 34 | 45 | 75.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 352 | 26 | 3 | 1 | $options{'ask'} and $options{'pretend'} |
| 380 | 0 | 0 | 36 | $command_spec{$command} and $is_regexp |
| 405 | 0 | 0 | 5 | $options{'recursive'} and -d $param |
| 520 | 35 | 5 | 3 | $options{'changed-only'} and not $something_was_done |
| 571 | 3 | 32 | 5 | $has_changes and $options{'ask'} |
| 607 | 35 | 1 | 1 | $options{'pretend'} and not $has_changes |
| 619 | 26 | 7 | 2 | $file ne $file_out and $options{'move'} |
| line | l | !l | condition |
|---|---|---|---|
| 548 | 0 | 2 | $options{'diff-command'} || 'diff' |
| 672 | 36 | 5 | $$command{'replace'} || '' |
| 8 | 33 | $$command{'modifiers'} || '' | |
| 683 | 1 | 0 | $$command{'replace'} || '' |
| 0 | 1 | $$command{'modifiers'} || '' | |
| 694 | 1 | 0 | $$command{'replace'} || '' |
| 1 | 0 | $$command{'modifiers'} || '' | |
| 723 | 3 | 0 | $$command{'modifiers'} || '' |
| 737 | 1 | 2 | $$command{'modifiers'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 453 | 1 | 0 | 35 | $App::Fed::EVAL_ERROR or not $ok |
| 530 | 8 | 1 | 31 | $options{'prefix'} or $options{'suffix'} |