Condition Coverage

blib/lib/Posterous.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
32 0 0 0 defined $user and defined $pass

or 2 conditions

line l !l condition
103 0 0 $query //= ' '

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $auth_key //= encode_base64($self->user . ':' . $self->pass)
50 0 0 0 $account_info //= 'HTTP::Request'->new('GET', $AUTH_PATH)->basic_auth($self->auth_key)->submit_by($UA)->xmlized_content
68 0 0 0 exists $options{'site_id'} or exists $options{'hostname'}