| line |
true |
false |
branch |
|
203
|
0 |
0 |
if (defined $_[1]) |
|
210
|
0 |
0 |
unless (defined $args{'head'}) |
|
213
|
0 |
0 |
unless (defined $args{'echo'}) |
|
216
|
0 |
0 |
unless (defined $args{'tail'}) |
|
219
|
0 |
0 |
unless (defined $args{'less'}) |
|
222
|
0 |
0 |
unless (defined $args{'bzip2'}) |
|
225
|
0 |
0 |
unless (defined $args{'gzip'}) |
|
228
|
0 |
0 |
unless (defined $args{'grep-first'}) |
|
231
|
0 |
0 |
unless (defined $args{'grep-insensitive'}) |
|
234
|
0 |
0 |
unless (defined $args{'grep-invert'}) |
|
239
|
0 |
0 |
if ($args{'follow'} and not $args{'tail'}) |
|
244
|
0 |
0 |
if ($args{'grep-first'} and not defined $args{'grep'}) |
|
252
|
0 |
0 |
if ($args{'head'} & $args{'tail'}) |
|
260
|
0 |
0 |
if ($args{'head'} and $args{'follow'}) |
|
268
|
0 |
0 |
if ($args{'grep-first'} and $args{'follow'}) |
|
276
|
0 |
0 |
unless (defined $args{'log'}) |
|
284
|
0 |
0 |
unless (-f $args{'log'}) |
|
295
|
0 |
0 |
if ($args{'bzip2'}) |
|
298
|
0 |
0 |
if ($args{'gzip'}) |
|
304
|
0 |
0 |
if (defined $args{'grep'}) |
|
307
|
0 |
0 |
if ($args{'grep-insensitive'}) |
|
310
|
0 |
0 |
if ($args{'grep-insensitive'}) |
|
315
|
0 |
0 |
if ($args{'grep-first'} and $args{'bzip2'}) |
|
318
|
0 |
0 |
if ($args{'grep-first'} and $args{'gzip'}) |
|
326
|
0 |
0 |
if ($args{'grep-first'}) |
|
332
|
0 |
0 |
if ($args{'head'}) |
|
337
|
0 |
0 |
if ($args{'tail'}) |
|
338
|
0 |
0 |
if ($args{'follow'}) { } |
|
349
|
0 |
0 |
if ($args{'less'}) |
|
354
|
0 |
0 |
if ($args{'echo'}) |