| Filename | /home/mickey/git_tree/PONAPI/Server/lib/Test/PONAPI/Repository/MockDB/Table/Relationships.pm |
| Statements | Executed 9 statements in 159µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 18µs | 3.15ms | Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@4 |
| 1 | 1 | 1 | 8µs | 92µs | Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@21 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | # ABSTRACT: mock repository - table - Relationships | ||||
| 2 | package Test::PONAPI::Repository::MockDB::Table::Relationships; | ||||
| 3 | |||||
| 4 | 2 | 89µs | 2 | 6.28ms | # spent 3.15ms (18µs+3.13) within Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@4 which was called:
# once (18µs+3.13ms) by Test::PONAPI::Repository::MockDB::Table::Articles::BEGIN@5 at line 4 # spent 3.15ms making 1 call to Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@4
# spent 3.13ms making 1 call to Moose::import |
| 5 | |||||
| 6 | 1 | 1µs | 1 | 21.9ms | extends 'Test::PONAPI::Repository::MockDB::Table'; # spent 21.9ms making 1 call to Moose::extends |
| 7 | |||||
| 8 | 1 | 2µs | 1 | 1.56ms | has REL_ID_COLUMN => ( # spent 1.56ms making 1 call to Moose::has |
| 9 | is => 'ro', | ||||
| 10 | isa => 'Str', | ||||
| 11 | required => 1, | ||||
| 12 | ); | ||||
| 13 | |||||
| 14 | 1 | 2µs | 1 | 1.29ms | has ONE_TO_ONE => ( # spent 1.29ms making 1 call to Moose::has |
| 15 | is => 'ro', | ||||
| 16 | isa => 'Bool', | ||||
| 17 | required => 1, | ||||
| 18 | ); | ||||
| 19 | |||||
| 20 | 1 | 3µs | 2 | 10.0ms | __PACKAGE__->meta->make_immutable; # spent 10.0ms making 1 call to Class::MOP::Class::make_immutable
# spent 11µs making 1 call to Test::PONAPI::Repository::MockDB::Table::Relationships::meta |
| 21 | 3 | 62µs | 2 | 176µs | # spent 92µs (8+84) within Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@21 which was called:
# once (8µs+84µs) by Test::PONAPI::Repository::MockDB::Table::Articles::BEGIN@5 at line 21 # spent 92µs making 1 call to Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@21
# spent 84µs making 1 call to Moose::unimport |
| 22 | |||||
| 23 | __END__ |