blib/lib/WebService/GData/Node/Atom/Entry.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package WebService::GData::Node::Atom::Entry; | ||||||
2 | 10 | 10 | 53 | use WebService::GData::Node::Atom; | |||
10 | 21 | ||||||
10 | 64 | ||||||
3 | 10 | 10 | 4293 | use WebService::GData::Node::GD(); | |||
10 | 22 | ||||||
10 | 561 | ||||||
4 | |||||||
5 | set_meta( | ||||||
6 | attributes=>['gd:etag'], | ||||||
7 | extra_namespaces=>{WebService::GData::Node::GD->namespace_prefix=>WebService::GData::Node::GD->namespace_uri} | ||||||
8 | ); | ||||||
9 | |||||||
10 | |||||||
11 | "The earth is blue like an orange."; |