| blib/lib/Test/DBIx/Class/Example/Schema/ResultSet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 9 | 10 | 90.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 4 | 75.0 | 
| pod | 0 | 1 | 0.0 | 
| total | 12 | 15 | 80.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Test::DBIx::Class::Example::Schema::ResultSet; { | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 4511 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 37 | ||||||
| 4 | 1 | 1 | 4 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 25 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 3 | use base 'DBIx::Class::ResultSet'; | |||
| 1 | 1 | ||||||
| 1 | 905 | ||||||
| 7 | |||||||
| 8 | sub hri_dump { | ||||||
| 9 | 0 | 0 | 0 | (shift)->search ({}, { | |||
| 10 | result_class => 'DBIx::Class::ResultClass::HashRefInflator' | ||||||
| 11 | }); | ||||||
| 12 | } | ||||||
| 13 | } 1 | ||||||
| 14 | |||||||
| 15 | __END__ |