| blib/lib/App/Twpin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 0 | 0 | 0 | /^user\s*=\s*(.*?)\s*$/ and $conf{'username'} = $1 |
| 68 | 0 | 0 | 0 | /^pass\s*=\s*(.*?)\s*$/ and $conf{'password'} = $1 |
| 69 | 0 | 0 | 0 | /^apiurl\s*=\s*(.*?)\s*$/ and $conf{'apiurl'} = $1 |
| 73 | 0 | 0 | 0 | defined $conf{'username'} and defined $conf{'password'} |
| 140 | 0 | 0 | 0 | blessed $error and $error->isa('Net::Twitter::Error') |
| 171 | 0 | 0 | 0 | /^encode\s*=\s*(.*?)\s*$/ and $encode = $1 |