| script/bookmarks | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 57 | 22.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 258 | 0 | 0 | 0 | $sth and my $hashref = $sth->fetchrow_hashref |
| 551 | 0 | 1 | 0 | -f $file and $name =~ /\.plist$/u |
| 0 | 1 | 0 | -f $file and $name =~ /\.sqlite$/u | |
| 0 | 1 | 0 | -f $file and $name =~ /Bookmarks$/u | |
| 1 | 0 | 0 | -d $file and $name =~ /Favorites$/u | |
| 0 | 0 | 1 | -f $file and $name =~ /\.md$/u | |
| 0 | 0 | 0 | -f $file and $name =~ /\.gmi$/u | |
| 0 | 0 | 0 | -f $file and $name =~ /\.html$/u |
| line | l | !l | condition |
|---|---|---|---|
| 83 | 0 | 1 | $options{'h'} // 0 |
| 84 | 0 | 1 | $options{'V'} // 0 |
| 85 | 0 | 1 | $options{'d'} // 0 |
| 86 | 0 | 1 | $options{'a'} // 0 |
| 87 | 0 | 1 | $options{'f'} // "tud" |
| 88 | 0 | 1 | $options{'s'} // 0 |
| 169 | 0 | 0 | shift() // "" |
| 208 | 0 | 0 | shift() // "" |
| 285 | 0 | 0 | shift() // "" |
| 319 | 0 | 0 | shift() // "" |
| 346 | 0 | 0 | $config->{'InternetShortcut'}{'URL'} // "" |
| 367 | 0 | 0 | shift() // "" |
| 415 | 0 | 0 | shift() // "" |
| 446 | 1 | 0 | shift() // "" |
| 503 | 0 | 0 | shift() // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 94 | 0 | 0 | 1 | not @ARGV or $all |