Branch Coverage

blib/lib/WWW/Tumblr/Test.pm
Criterion Covered Total %
branch 4 18 22.2


line true false branch
28 0 5 if $ENV{'TUMBLR_SKIP_LIVE_TESTS'}
29 0 5 if $rate_limited
37 0 5 if $reason
39 0 5 if $ENV{'TUMBLR_SKIP_POSTING_TESTS'}
46 0 0 unless $error and $error->can("is_rate_limited")
48 0 0 if ($error->is_rate_limited)
65 0 0 if (my $skip = skip_posting_tests())
73 0 0 if ($result) { }
79 0 0 if ($obj->error and check_rate_limit($obj->error))