| line | stmt | bran | cond | sub | pod | time | code | 
| 1 |  |  |  |  |  |  | package WWW::Bebo::API::FBML; | 
| 2 |  |  |  |  |  |  |  | 
| 3 | 21 |  |  | 21 |  | 113 | use warnings; | 
|  | 21 |  |  |  |  | 39 |  | 
|  | 21 |  |  |  |  | 622 |  | 
| 4 | 21 |  |  | 21 |  | 106 | use strict; | 
|  | 21 |  |  |  |  | 32 |  | 
|  | 21 |  |  |  |  | 976 |  | 
| 5 | 21 |  |  | 21 |  | 106 | use Carp; | 
|  | 21 |  |  |  |  | 36 |  | 
|  | 21 |  |  |  |  | 1305 |  | 
| 6 |  |  |  |  |  |  |  | 
| 7 | 21 |  |  | 21 |  | 122 | use version; our $VERSION = qv('0.0.03'); | 
|  | 21 |  |  |  |  | 33 |  | 
|  | 21 |  |  |  |  | 113 |  | 
| 8 |  |  |  |  |  |  |  | 
| 9 | 1 |  |  | 1 | 1 | 39 | sub refresh_img_src { return shift->base->call( 'fbml.refreshImgSrc', @_ ) } | 
| 10 | 1 |  |  | 1 | 1 | 28 | sub refresh_ref_url { return shift->base->call( 'fbml.refreshRefUrl', @_ ) } | 
| 11 | 1 |  |  | 1 | 1 | 24 | sub set_ref_handle  { return shift->base->call( 'fbml.setRefHandle',  @_ ) } | 
| 12 |  |  |  |  |  |  |  | 
| 13 |  |  |  |  |  |  | 1;    # Magic true value required at end of module | 
| 14 |  |  |  |  |  |  | __END__ |