| line |
l |
!l&&r |
!l&&!r |
condition |
|
39
|
0 |
0 |
1 |
$args{-'access_key'} ||= $ENV{'EC2_ACCESS_KEY'} |
|
40
|
0 |
0 |
1 |
$args{-'secret_key'} ||= $ENV{'EC2_SECRET_KEY'} |
|
51
|
0 |
1 |
0 |
ref $class || $class |
|
70
|
0 |
0 |
0 |
$self->{'access_key'} ||= $self->_prompt('Enter your EC2 access key:') |
|
71
|
0 |
0 |
0 |
$self->{'secret_key'} ||= $self->_prompt('Enter your EC2 secret key:') |
|
236
|
0 |
0 |
0 |
$key ||= $self->option('SLAVE', 'ssh_key') |
|
246
|
0 |
0 |
0 |
$sg ||= $ec2->create_security_group(-'name', "GBROWSE_SLAVE_$$", -'description', 'Temporary security group for slave communications') |
|
291
|
0 |
1 |
0 |
$ip ||= $self->_get_external_ip |
|
405
|
0 |
0 |
0 |
$self->{'pr'} ||= 'Parse::Apache::ServerStatus'->new('url', $self->master_server_status_url) |
|
572
|
1 |
0 |
0 |
not $self->{'pid'} or $self->{'pid'} != $$ |
|
615
|
0 |
0 |
0 |
$self->{'staging'} ||= $ec2->staging_manager(-'on_exit', 'run', -'verbose', 3) |
|
773
|
0 |
1 |
0 |
$self->{'instance_metadata'} ||= 'VM::EC2::Instance::Metadata'->new |