blib/lib/WebService/GData/Node/Atom/Feed.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::Feed; | ||||||
2 | 7 | 7 | 43 | use WebService::GData::Node::Atom; | |||
7 | 10 | ||||||
7 | 59 | ||||||
3 | 7 | 7 | 3742 | use WebService::GData::Node::GD(); | |||
7 | 16 | ||||||
7 | 472 | ||||||
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 | 1; |