| script/tsd-create | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 26 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 1 | unless &GetOptions("help|h", \$help, "version", \$version, "timestamp|t=s", \$timestamp_file, "output|o=s", \$output_file, "verbose|v", \$verbose) |
| 28 | 0 | 1 | if ($help) |
| 34 | 0 | 1 | if ($version) |
| 41 | 0 | 1 | unless ($input_file) |
| 47 | 0 | 1 | unless (-f $input_file) |
| 52 | 0 | 1 | unless ($output_file) |
| 58 | 0 | 1 | unless ($timestamp_file) |
| 63 | 0 | 1 | unless (-f $timestamp_file) |
| 67 | 0 | 1 | if $verbose |
| 68 | 0 | 1 | if $verbose |
| 69 | 0 | 1 | if $verbose |
| 70 | 0 | 1 | if $verbose |
| 77 | 0 | 1 | if ($@) |