{ my $test_name = "rect_probe"; my $bf = Image::BoxFinder->new(); my $spot = $bf->rect_probe; is_deeply( $spot, [ 0, 0 ], "Testing $test_name: found rectangle"); }